mirror of
https://github.com/sochix/TLSharp.git
synced 2026-01-06 08:49:58 +01:00
7 lines
96 B
C#
7 lines
96 B
C#
namespace TeleSharp.TL.Messages
|
|
{
|
|
public abstract class TLAbsChats : TLObject
|
|
{
|
|
}
|
|
}
|