const github.com/gotd/td/tg.PaymentsExportInvoiceRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_payments_export_invoice_gen.go#L47: const PaymentsExportInvoiceRequestTypeID = 0xf91b065
tl_payments_export_invoice_gen.go#L88: return PaymentsExportInvoiceRequestTypeID
tl_payments_export_invoice_gen.go#L100: ID: PaymentsExportInvoiceRequestTypeID,
tl_payments_export_invoice_gen.go#L120: b.PutID(PaymentsExportInvoiceRequestTypeID)
tl_payments_export_invoice_gen.go#L143: if err := b.ConsumeID(PaymentsExportInvoiceRequestTypeID); err != nil {
tl_registry_gen.go#L1700: PaymentsExportInvoiceRequestTypeID: "payments.exportInvoice#f91b065",
tl_registry_gen.go#L3482: "payments.exportInvoice": PaymentsExportInvoiceRequestTypeID,
tl_registry_gen.go#L5264: PaymentsExportInvoiceRequestTypeID: func() bin.Object { return &PaymentsExportInvoiceRequest{} },
tl_server_gen.go#L8315: s.handlers[PaymentsExportInvoiceRequestTypeID] = handler
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. |