TLSharp/TeleSharp.TL/TL/TLAbsChannelAdminLogEventAction.cs

7 lines
108 B
C#
Raw Normal View History

2017-12-20 12:06:31 +01:00
namespace TeleSharp.TL
{
public abstract class TLAbsChannelAdminLogEventAction : TLObject
{
}
}