mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
886 B
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
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'];