TLSharp/TeleSharp.TL/TL/TLAbsPage.cs

7 lines
86 B
C#
Raw Normal View History

namespace TeleSharp.TL
2016-09-24 15:38:26 +02:00
{
public abstract class TLAbsPage : TLObject
2016-09-24 15:38:26 +02:00
{
}
}