TLSharp/TeleSharp.TL/TL/TLAbsReportReason.cs
2017-04-13 13:38:01 +07:00

6 lines
93 B
C#

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