github.com/gotd/td/tg.MessagesAvailableReactions.Reactions (field)
9 uses
github.com/gotd/td/tg (current package)
tl_messages_available_reactions_gen.go#L153: Reactions []AvailableReaction
tl_messages_available_reactions_gen.go#L179: if !(a.Reactions == nil) {
tl_messages_available_reactions_gen.go#L201: a.Reactions = from.GetReactions()
tl_messages_available_reactions_gen.go#L254: b.PutVectorHeader(len(a.Reactions))
tl_messages_available_reactions_gen.go#L255: for idx, v := range a.Reactions {
tl_messages_available_reactions_gen.go#L293: a.Reactions = make([]AvailableReaction, 0, headerLen%bin.PreallocateLimit)
tl_messages_available_reactions_gen.go#L300: a.Reactions = append(a.Reactions, value)
tl_messages_available_reactions_gen.go#L319: return a.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. |