const github.com/gotd/td/tg.InputBotInlineMessageGameTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_bot_inline_message_gen.go#L1735: const InputBotInlineMessageGameTypeID = 0x4b425864
tl_input_bot_inline_message_gen.go#L1787: return InputBotInlineMessageGameTypeID
tl_input_bot_inline_message_gen.go#L1799: ID: InputBotInlineMessageGameTypeID,
tl_input_bot_inline_message_gen.go#L1827: b.PutID(InputBotInlineMessageGameTypeID)
tl_input_bot_inline_message_gen.go#L1856: if err := b.ConsumeID(InputBotInlineMessageGameTypeID); err != nil {
tl_input_bot_inline_message_gen.go#L2844: case InputBotInlineMessageGameTypeID:
tl_registry_gen.go#L619: InputBotInlineMessageGameTypeID: "inputBotInlineMessageGame#4b425864",
tl_registry_gen.go#L2401: "inputBotInlineMessageGame": InputBotInlineMessageGameTypeID,
tl_registry_gen.go#L4183: InputBotInlineMessageGameTypeID: func() bin.Object { return &InputBotInlineMessageGame{} },
tl_registry_gen.go#L5776: InputBotInlineMessageGameTypeID,
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. |