github.com/gotd/td/tg.MessagesReactions.Reactions (field)
10 uses
github.com/gotd/td/tg (current package)
tl_messages_reactions_gen.go#L153: Reactions []ReactionClass
tl_messages_reactions_gen.go#L179: if !(r.Reactions == nil) {
tl_messages_reactions_gen.go#L201: r.Reactions = from.GetReactions()
tl_messages_reactions_gen.go#L254: b.PutVectorHeader(len(r.Reactions))
tl_messages_reactions_gen.go#L255: for idx, v := range r.Reactions {
tl_messages_reactions_gen.go#L296: r.Reactions = make([]ReactionClass, 0, headerLen%bin.PreallocateLimit)
tl_messages_reactions_gen.go#L303: r.Reactions = append(r.Reactions, value)
tl_messages_reactions_gen.go#L322: return r.Reactions
tl_messages_reactions_gen.go#L327: return ReactionClassArray(r.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. |