mirror of
https://github.com/sochix/TLSharp.git
synced 2026-01-03 15:29:58 +01:00
7 lines
95 B
C#
7 lines
95 B
C#
|
|
namespace TeleSharp.TL
|
||
|
|
{
|
||
|
|
public abstract class TLAbsMessageEntity : TLObject
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|