mirror of
https://github.com/sochix/TLSharp.git
synced 2026-04-20 22:05:10 +00:00
7 lines
95 B
C#
7 lines
95 B
C#
|
|
namespace TeleSharp.TL
|
||
|
|
{
|
||
|
|
public abstract class TLAbsEncryptedChat : TLObject
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|