const github.com/gotd/td/tg.InputInvoiceMessageTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_invoice_gen.go#L49: const InputInvoiceMessageTypeID = 0xc5b56859
tl_input_invoice_gen.go#L100: return InputInvoiceMessageTypeID
tl_input_invoice_gen.go#L112: ID: InputInvoiceMessageTypeID,
tl_input_invoice_gen.go#L136: b.PutID(InputInvoiceMessageTypeID)
tl_input_invoice_gen.go#L160: if err := b.ConsumeID(InputInvoiceMessageTypeID); err != nil {
tl_input_invoice_gen.go#L574: case InputInvoiceMessageTypeID:
tl_registry_gen.go#L1108: InputInvoiceMessageTypeID: "inputInvoiceMessage#c5b56859",
tl_registry_gen.go#L2890: "inputInvoiceMessage": InputInvoiceMessageTypeID,
tl_registry_gen.go#L4672: InputInvoiceMessageTypeID: func() bin.Object { return &InputInvoiceMessage{} },
tl_registry_gen.go#L5845: InputInvoiceMessageTypeID,
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. |