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)