TLSharp/TeleSharp.TL/TL/TLAbsChannelParticipantsFilter.cs

7 lines
107 B
C#
Raw Normal View History

2016-09-24 17:08:26 +03:30
namespace TeleSharp.TL
{
public abstract class TLAbsChannelParticipantsFilter : TLObject
{
}
}