TLSharp/src/TeleSharp.TL/TL/TLAbsPeerNotifyEvents.cs
2020-04-02 16:37:22 +08:00

14 lines
251 B
C#

using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TeleSharp.TL;
namespace TeleSharp.TL
{
public abstract class TLAbsPeerNotifyEvents : TLObject
{
}
}