mirror of
https://github.com/sochix/TLSharp.git
synced 2025-12-31 22:09:58 +01:00
7 lines
104 B
C#
7 lines
104 B
C#
namespace TeleSharp.TL.Payments
|
|
{
|
|
public abstract class TLAbsPaymentResult : TLObject
|
|
{
|
|
}
|
|
}
|