mirror of
https://github.com/sochix/TLSharp.git
synced 2026-01-05 00:09:58 +01:00
7 lines
91 B
C#
7 lines
91 B
C#
namespace TeleSharp.TL
|
|
{
|
|
public abstract class TLAbsPageBlock : TLObject
|
|
{
|
|
}
|
|
}
|