PaymentFormMethod

class pyrogram.raw.base.PaymentFormMethod

Represents a payment method

Constructors:

This base type has 1 constructor available.

PaymentFormMethod

Represents an additional payment method

TL Schema

paymentFormMethod#88f8f21b
url:string
title:string

= PaymentFormMethod

Parameter Tree

PaymentFormMethod
├── url → string
└── title → string

Example

PaymentFormMethod(
    url="https://google.com",
    title="text",
)