MadelineProtoDocs/docs/API_docs/constructors/payments.exportedInvoice.md
2024-05-01 14:53:46 +02:00

886 B

title description nav_exclude image redirect_from
payments.exportedInvoice Exported invoice deep link true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/payments_exportedInvoice.html

Constructor: payments.exportedInvoice

Back to constructors index

Exported invoice deep link

Attributes:

Name Type Required Description
url string Yes Exported invoice deep link

Type: payments.ExportedInvoice

Example:

$payments_exportedInvoice = ['_' => 'payments.exportedInvoice', 'url' => 'string'];