TLSharp/TeleSharp.TL/TL/Payments/TLAbsPaymentResult.cs
2017-09-24 11:49:06 +03:30

6 lines
103 B
C#

namespace TeleSharp.TL.Payments
{
public abstract class TLAbsPaymentResult : TLObject
{
}
}