TLSharp/TeleSharp.TL/TL/Payments/TLAbsPaymentResult.cs
2017-07-10 18:22:00 +04:30

14 lines
257 B
C#

using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TeleSharp.TL;
namespace TeleSharp.TL.Payments
{
public abstract class TLAbsPaymentResult : TLObject
{
}
}