TLSharp/TeleSharp.TL/TL/TLAbsReportReason.cs

6 lines
93 B
C#
Raw Normal View History

2016-09-24 15:38:26 +02:00
namespace TeleSharp.TL
{
public abstract class TLAbsReportReason : TLObject
{
}
2017-04-13 08:38:01 +02:00
}