payments.ExportedInvoice

class pyrogram.raw.base.payments.ExportedInvoice

Exported invoice

Constructors:

This base type has 1 constructor available.

payments.ExportedInvoice

Exported invoice deep link

Functions:

This object can be returned by 1 function.

payments.ExportInvoice

Generate an invoice deep link

TL Schema

payments.exportedInvoice#aed0cbd9
url:string

= payments.ExportedInvoice

Parameter Tree

ExportedInvoice
└── urlstring

Example

ExportedInvoice(
    url="https://google.com",
)