github.com/gotd/td/tg.UpdateBotMessageReaction.NewReactions (field)
10 uses
github.com/gotd/td/tg (current package)
tl_update_gen.go#L24186: NewReactions []ReactionClass
tl_update_gen.go#L24226: if !(u.NewReactions == nil) {
tl_update_gen.go#L24260: u.NewReactions = from.GetNewReactions()
tl_update_gen.go#L24356: b.PutVectorHeader(len(u.NewReactions))
tl_update_gen.go#L24357: for idx, v := range u.NewReactions {
tl_update_gen.go#L24437: u.NewReactions = make([]ReactionClass, 0, headerLen%bin.PreallocateLimit)
tl_update_gen.go#L24444: u.NewReactions = append(u.NewReactions, value)
tl_update_gen.go#L24502: return u.NewReactions
tl_update_gen.go#L24520: return ReactionClassArray(u.NewReactions)
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. |