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)