PaymentFormMethod
- class pyrogram.raw.base.PaymentFormMethod
Represents a payment method
- Constructors:
This base type has 1 constructor available.
Represents an additional payment method
TL Schema
paymentFormMethod#88f8f21b
url:string
title:string
= PaymentFormMethod
Parameter Tree
PaymentFormMethod
├── url →
string└── title →
stringExample
PaymentFormMethod(
url="https://google.com",
title="text",
)