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