TLSharp/TeleSharp.TL/TL/TLAbsStickerSetCovered.cs

7 lines
99 B
C#
Raw Normal View History

2016-09-24 17:08:26 +03:30
namespace TeleSharp.TL
{
2016-10-13 21:03:16 +03:30
public abstract class TLAbsStickerSetCovered : TLObject
2016-09-24 17:08:26 +03:30
{
}
}