TLSharp/TeleSharp.TL/TL/TLAbsChannelParticipant.cs

6 lines
99 B
C#
Raw Normal View History

2016-09-24 17:08:26 +03:30
namespace TeleSharp.TL
{
public abstract class TLAbsChannelParticipant : TLObject
{
}
2017-04-13 13:38:01 +07:00
}