TLSharp/TeleSharp.TL/TL/TLAbsPeerNotifySettings.cs
2017-11-09 01:37:23 -08:00

7 lines
100 B
C#

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