github.com/gotd/td/tg.MessagesReactions.Reactions (field)
10 uses
github.com/gotd/td/tg (current package)
tl_messages_reactions_gen.go#L154: Reactions []ReactionClass
tl_messages_reactions_gen.go#L180: if !(r.Reactions == nil) {
tl_messages_reactions_gen.go#L202: r.Reactions = from.GetReactions()
tl_messages_reactions_gen.go#L255: b.PutVectorHeader(len(r.Reactions))
tl_messages_reactions_gen.go#L256: for idx, v := range r.Reactions {
tl_messages_reactions_gen.go#L297: r.Reactions = make([]ReactionClass, 0, headerLen%bin.PreallocateLimit)
tl_messages_reactions_gen.go#L304: r.Reactions = append(r.Reactions, value)
tl_messages_reactions_gen.go#L323: return r.Reactions
tl_messages_reactions_gen.go#L328: return ReactionClassArray(r.Reactions)
![]() |
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. |