TLSharp/TeleSharp.TL/TL/TLAbsPhoneCall.cs

7 lines
91 B
C#
Raw Normal View History

namespace TeleSharp.TL
2016-09-24 15:38:26 +02:00
{
public abstract class TLAbsPhoneCall : TLObject
2016-09-24 15:38:26 +02:00
{
}
}