github.com/gotd/td/tg.UpdateBotMessageReaction.NewReactions (field)
10 uses
github.com/gotd/td/tg (current package)
tl_update_gen.go#L24498: NewReactions []ReactionClass
tl_update_gen.go#L24541: if !(u.NewReactions == nil) {
tl_update_gen.go#L24575: u.NewReactions = from.GetNewReactions()
tl_update_gen.go#L24671: b.PutVectorHeader(len(u.NewReactions))
tl_update_gen.go#L24672: for idx, v := range u.NewReactions {
tl_update_gen.go#L24752: u.NewReactions = make([]ReactionClass, 0, headerLen%bin.PreallocateLimit)
tl_update_gen.go#L24759: u.NewReactions = append(u.NewReactions, value)
tl_update_gen.go#L24817: return u.NewReactions
tl_update_gen.go#L24835: return ReactionClassArray(u.NewReactions)
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |