Layer 220
constructor
payments.exportedInvoice#aed0cbd9 url:string = payments.ExportedInvoice;

Parameters

Name Type Description
Url string Exported invoice deep link

Gogram Example

// Creating PaymentsExportedInvoice constructor
obj := &tg.PaymentsExportedInvoice{
    Url: "...",
}