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
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. |