TLSharp/TeleSharp.TL/TL/TLAbsPhoneCallDiscardReason.cs

7 lines
104 B
C#
Raw Normal View History

namespace TeleSharp.TL
2016-09-24 17:08:26 +03:30
{
public abstract class TLAbsPhoneCallDiscardReason : TLObject
2016-09-24 17:08:26 +03:30
{
}
}