mirror of
https://github.com/sochix/TLSharp.git
synced 2026-04-04 14:08:35 +00:00
7 lines
107 B
C#
7 lines
107 B
C#
|
|
namespace TeleSharp.TL
|
||
|
|
{
|
||
|
|
public abstract class TLAbsChannelParticipantsFilter : TLObject
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|