Layer 220
InputInvoiceSlug
An invoice slug taken from an invoice deep link or from the premium_invoice_slug app config parameter
constructor
Parameters
| Name | Type | Description |
|---|---|---|
| Slug | string | The invoice slug |
Returns
InputInvoiceGogram Example
// Creating InputInvoiceSlug constructor obj := &tg.InputInvoiceSlug{ Slug: "...", }