const github.com/gotd/td/tg.BotInlineMessageMediaInvoiceTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_bot_inline_message_gen.go#L1763: const BotInlineMessageMediaInvoiceTypeID = 0x354a9b09
tl_bot_inline_message_gen.go#L1853: return BotInlineMessageMediaInvoiceTypeID
tl_bot_inline_message_gen.go#L1865: ID: BotInlineMessageMediaInvoiceTypeID,
tl_bot_inline_message_gen.go#L1933: buf.PutID(BotInlineMessageMediaInvoiceTypeID)
tl_bot_inline_message_gen.go#L1974: if err := buf.ConsumeID(BotInlineMessageMediaInvoiceTypeID); err != nil {
tl_bot_inline_message_gen.go#L2725: case BotInlineMessageMediaInvoiceTypeID:
tl_registry_gen.go#L631: BotInlineMessageMediaInvoiceTypeID: "botInlineMessageMediaInvoice#354a9b09",
tl_registry_gen.go#L2413: "botInlineMessageMediaInvoice": BotInlineMessageMediaInvoiceTypeID,
tl_registry_gen.go#L4195: BotInlineMessageMediaInvoiceTypeID: func() bin.Object { return &BotInlineMessageMediaInvoice{} },
tl_registry_gen.go#L5487: BotInlineMessageMediaInvoiceTypeID,
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. |