const github.com/gotd/td/tg.MessageMediaInvoiceTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_message_media_gen.go#L2015: const MessageMediaInvoiceTypeID = 0xf6a548d3
tl_message_media_gen.go#L2118: return MessageMediaInvoiceTypeID
tl_message_media_gen.go#L2130: ID: MessageMediaInvoiceTypeID,
tl_message_media_gen.go#L2210: b.PutID(MessageMediaInvoiceTypeID)
tl_message_media_gen.go#L2255: if err := b.ConsumeID(MessageMediaInvoiceTypeID); err != nil {
tl_message_media_gen.go#L4428: case MessageMediaInvoiceTypeID:
tl_registry_gen.go#L142: MessageMediaInvoiceTypeID: "messageMediaInvoice#f6a548d3",
tl_registry_gen.go#L1924: "messageMediaInvoice": MessageMediaInvoiceTypeID,
tl_registry_gen.go#L3706: MessageMediaInvoiceTypeID: func() bin.Object { return &MessageMediaInvoice{} },
tl_registry_gen.go#L6098: MessageMediaInvoiceTypeID,
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. |