payments.ExportedInvoice
- class pyrogram.raw.base.payments.ExportedInvoice
Exported invoice
- Constructors:
This base type has 1 constructor available.
Exported invoice deep link
- Functions:
This object can be returned by 1 function.
Generate an invoice deep link
TL Schema
payments.exportedInvoice#aed0cbd9
url:string
= payments.ExportedInvoice
Parameter Tree
ExportedInvoice
└── url →
stringExample
ExportedInvoice(
url="https://google.com",
)