mirror of
https://github.com/sochix/TLSharp.git
synced 2026-01-05 16:29:58 +01:00
6 lines
103 B
C#
6 lines
103 B
C#
namespace TeleSharp.TL.Payments
|
|
{
|
|
public abstract class TLAbsPaymentResult : TLObject
|
|
{
|
|
}
|
|
} |