mirror of
https://github.com/sochix/TLSharp.git
synced 2026-01-04 07:49:57 +01:00
7 lines
93 B
C#
7 lines
93 B
C#
namespace TeleSharp.TL
|
|
{
|
|
public abstract class TLAbsReplyMarkup : TLObject
|
|
{
|
|
}
|
|
}
|