TLSharp/TeleSharp.TL/TL/TLAbsExportedChatInvite.cs
2017-11-09 01:37:23 -08:00

7 lines
100 B
C#

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