InputInvoiceSlug

class pyrogram.raw.types.InputInvoiceSlug

An invoice slug taken from an invoice deep link or from the premium_invoice_slug app config parameter »

Constructor of InputInvoice.

Details:
  • Layer: 223

  • ID: C326CAEF

Parameters:

slug (str) – The invoice slug

TL Schema

inputInvoiceSlug#c326caef
slug:string

= InputInvoice

Parameter Tree

InputInvoiceSlug
└── slugstring

Example

InputInvoiceSlug(
    slug="text",
)