func github.com/gotd/td/tg.DecodeReaction

23 uses

	github.com/gotd/td/tg (current package)
		tl_chat_reactions_gen.go#L439: 			value, err := DecodeReaction(b)
		tl_config_gen.go#L1210: 		value, err := DecodeReaction(b)
		tl_media_area_gen.go#L979: 		value, err := DecodeReaction(b)
		tl_message_peer_reaction_gen.go#L274: 		value, err := DecodeReaction(b)
		tl_messages_get_message_reactions_list_gen.go#L272: 		value, err := DecodeReaction(b)
		tl_messages_reactions_gen.go#L300: 			value, err := DecodeReaction(b)
		tl_messages_search_gen.go#L479: 			value, err := DecodeReaction(b)
		tl_messages_send_reaction_gen.go#L284: 			value, err := DecodeReaction(b)
		tl_messages_set_default_reaction_gen.go#L156: 		value, err := DecodeReaction(b)
		tl_messages_update_saved_reaction_tag_gen.go#L203: 		value, err := DecodeReaction(b)
		tl_reaction_count_gen.go#L216: 		value, err := DecodeReaction(b)
		tl_reaction_gen.go#L563: func DecodeReaction(buf *bin.Buffer) (ReactionClass, error) {
		tl_reaction_gen.go#L612: 	v, err := DecodeReaction(buf)
		tl_saved_reaction_tag_gen.go#L214: 		value, err := DecodeReaction(b)
		tl_stories_get_story_reactions_list_gen.go#L295: 		value, err := DecodeReaction(b)
		tl_stories_send_reaction_gen.go#L235: 		value, err := DecodeReaction(b)
		tl_story_item_gen.go#L1192: 		value, err := DecodeReaction(b)
		tl_story_reaction_gen.go#L200: 		value, err := DecodeReaction(b)
		tl_story_view_gen.go#L269: 		value, err := DecodeReaction(b)
		tl_update_gen.go#L23818: 		value, err := DecodeReaction(b)
		tl_update_gen.go#L24738: 			value, err := DecodeReaction(b)
		tl_update_gen.go#L24755: 			value, err := DecodeReaction(b)
		tl_update_gen.go#L27646: 		value, err := DecodeReaction(b)