TLSharp/TeleSharp.TL/TL/TLAbsPeerNotifySettings.cs
2017-04-13 13:38:01 +07:00

6 lines
99 B
C#

namespace TeleSharp.TL
{
public abstract class TLAbsPeerNotifySettings : TLObject
{
}
}