mirror of
https://github.com/sochix/TLSharp.git
synced 2026-04-20 22:05:10 +00:00
7 lines
98 B
C#
7 lines
98 B
C#
|
|
namespace TeleSharp.TL
|
||
|
|
{
|
||
|
|
public abstract class TLAbsPeerNotifyEvents : TLObject
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|