mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
920 B
920 B
title | description | nav_exclude | image |
---|---|---|---|
inputInvoiceSlug | An invoice slug taken from an invoice deep link or from the premium_invoice_slug app config parameter » | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputInvoiceSlug
An invoice slug taken from an invoice deep link or from the premium_invoice_slug
app config parameter »
Attributes:
Name | Type | Required | Description |
---|---|---|---|
slug | string | Yes | The invoice slug |
Type: InputInvoice
Example:
$inputInvoiceSlug = ['_' => 'inputInvoiceSlug', 'slug' => 'string'];