Layer 224
PaymentsExportedInvoiceObj
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 PaymentsExportedInvoiceObj constructor obj := &tg.PaymentsExportedInvoiceObj{ Url: "Hello, World!", }