TLSharp/TeleSharp.TL/TL/TLAbsEncryptedChat.cs

7 lines
95 B
C#
Raw Normal View History

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