github.com/gotd/td/tg.UpdateBotMessageReactions.Reactions (field)
9 uses
github.com/gotd/td/tg (current package)
tl_update_gen.go#L24534: Reactions []ReactionCount
tl_update_gen.go#L24568: if !(u.Reactions == nil) {
tl_update_gen.go#L24598: u.Reactions = from.GetReactions()
tl_update_gen.go#L24671: b.PutVectorHeader(len(u.Reactions))
tl_update_gen.go#L24672: for idx, v := range u.Reactions {
tl_update_gen.go#L24725: u.Reactions = make([]ReactionCount, 0, headerLen%bin.PreallocateLimit)
tl_update_gen.go#L24732: u.Reactions = append(u.Reactions, value)
tl_update_gen.go#L24774: return u.Reactions
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. |