github.com/gotd/td/tg.PaymentsExportInvoiceRequest.InvoiceMedia (field)
9 uses
github.com/gotd/td/tg (current package)
tl_payments_export_invoice_gen.go#L43: InvoiceMedia InputMediaClass
tl_payments_export_invoice_gen.go#L61: if !(e.InvoiceMedia == nil) {
tl_payments_export_invoice_gen.go#L81: e.InvoiceMedia = from.GetInvoiceMedia()
tl_payments_export_invoice_gen.go#L129: if e.InvoiceMedia == nil {
tl_payments_export_invoice_gen.go#L132: if err := e.InvoiceMedia.Encode(b); err != nil {
tl_payments_export_invoice_gen.go#L159: e.InvoiceMedia = value
tl_payments_export_invoice_gen.go#L169: return e.InvoiceMedia
tl_payments_export_invoice_gen.go#L191: InvoiceMedia: invoicemedia,
tl_server_gen.go#L8308: response, err := f(ctx, request.InvoiceMedia)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |