Layer 220
PaymentsExportedInvoice
Exported invoice deep link
constructor
payments.exportedInvoice#aed0cbd9 url:string = payments.ExportedInvoice;
Parameters
| Name | Type | Description |
|---|---|---|
| Url | string | Exported invoice deep link |
Returns
payments.ExportedInvoiceGogram Example
// Creating PaymentsExportedInvoice constructor obj := &tg.PaymentsExportedInvoice{ Url: "...", }