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