github.com/gotd/td/tg.ReactionCount.ChosenOrder (field)

8 uses

	github.com/gotd/td/tg (current package)
		tl_reaction_count_gen.go#L48: 	ChosenOrder int
		tl_reaction_count_gen.go#L73: 	if !(r.ChosenOrder == 0) {
		tl_reaction_count_gen.go#L102: 		r.ChosenOrder = val
		tl_reaction_count_gen.go#L151: 	if !(r.ChosenOrder == 0) {
		tl_reaction_count_gen.go#L175: 		b.PutInt(r.ChosenOrder)
		tl_reaction_count_gen.go#L213: 		r.ChosenOrder = value
		tl_reaction_count_gen.go#L235: 	r.ChosenOrder = value
		tl_reaction_count_gen.go#L247: 	return r.ChosenOrder, true