payments.ExportedInvoice

class pyrogram.raw.types.payments.ExportedInvoice

Exported invoice deep link

Constructor of ExportedInvoice.

Details:
  • Layer: 223

  • ID: AED0CBD9

Parameters:

url (str) – 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",
)