func github.com/gotd/td/tg.DecodeInputBotInlineMessageID
8 uses
github.com/gotd/td/tg (current package)
tl_input_bot_inline_message_id_gen.go#L484: func DecodeInputBotInlineMessageID(buf *bin.Buffer) (InputBotInlineMessageIDClass, error) {
tl_input_bot_inline_message_id_gen.go#L519: v, err := DecodeInputBotInlineMessageID(buf)
tl_messages_edit_inline_bot_message_gen.go#L319: value, err := DecodeInputBotInlineMessageID(b)
tl_messages_get_inline_game_high_scores_gen.go#L169: value, err := DecodeInputBotInlineMessageID(b)
tl_messages_set_inline_game_score_gen.go#L237: value, err := DecodeInputBotInlineMessageID(b)
tl_update_gen.go#L7833: value, err := DecodeInputBotInlineMessageID(b)
tl_update_gen.go#L8914: value, err := DecodeInputBotInlineMessageID(b)
tl_web_view_message_sent_gen.go#L184: value, err := DecodeInputBotInlineMessageID(b)
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. |