github.com/gotd/td/tg.ChatReactionsSome.Reactions (field)
10 uses
github.com/gotd/td/tg (current package)
tl_chat_reactions_gen.go#L310: Reactions []ReactionClass
tl_chat_reactions_gen.go#L333: if !(c.Reactions == nil) {
tl_chat_reactions_gen.go#L353: c.Reactions = from.GetReactions()
tl_chat_reactions_gen.go#L401: b.PutVectorHeader(len(c.Reactions))
tl_chat_reactions_gen.go#L402: for idx, v := range c.Reactions {
tl_chat_reactions_gen.go#L436: c.Reactions = make([]ReactionClass, 0, headerLen%bin.PreallocateLimit)
tl_chat_reactions_gen.go#L443: c.Reactions = append(c.Reactions, value)
tl_chat_reactions_gen.go#L454: return c.Reactions
tl_chat_reactions_gen.go#L459: return ReactionClassArray(c.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. |