TLSharp/TeleSharp.TL/TL/TLAbsChatParticipant.cs
2017-04-13 13:38:01 +07:00

6 lines
96 B
C#

namespace TeleSharp.TL
{
public abstract class TLAbsChatParticipant : TLObject
{
}
}