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

6 lines
96 B
C#

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