TLSharp/TeleSharp.TL/TL/TLAbsExportedChatInvite.cs
2017-09-24 11:49:06 +03:30

6 lines
99 B
C#

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