const github.com/gotd/td/tg.InvoiceTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_invoice_gen.go#L94: const InvoiceTypeID = 0x5db95a15
tl_invoice_gen.go#L212: return InvoiceTypeID
tl_invoice_gen.go#L224: ID: InvoiceTypeID,
tl_invoice_gen.go#L348: b.PutID(InvoiceTypeID)
tl_invoice_gen.go#L388: if err := b.ConsumeID(InvoiceTypeID); err != nil {
tl_registry_gen.go#L743: InvoiceTypeID: "invoice#5db95a15",
tl_registry_gen.go#L2525: "invoice": InvoiceTypeID,
tl_registry_gen.go#L4307: InvoiceTypeID: func() bin.Object { return &Invoice{} },
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. |