mirror of
https://github.com/sochix/TLSharp.git
synced 2026-02-12 02:34:14 +01:00
7 lines
97 B
C#
7 lines
97 B
C#
|
|
namespace TeleSharp.TL
|
||
|
|
{
|
||
|
|
public abstract class TLAbsBotInlineResult : TLObject
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|