mirror of
https://github.com/sochix/TLSharp.git
synced 2026-03-03 20:13:50 +01:00
7 lines
99 B
C#
7 lines
99 B
C#
|
|
namespace TeleSharp.TL.Messages
|
||
|
|
{
|
||
|
|
public abstract class TLAbsDhConfig : TLObject
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|