github.com/gotd/td/tg.MessagesSendReactionRequest.Reaction (field)
12 uses
github.com/gotd/td/tg (current package)
tl_messages_send_reaction_gen.go#L63: Reaction []ReactionClass
tl_messages_send_reaction_gen.go#L96: if !(s.Reaction == nil) {
tl_messages_send_reaction_gen.go#L125: s.Reaction = val
tl_messages_send_reaction_gen.go#L188: if !(s.Reaction == nil) {
tl_messages_send_reaction_gen.go#L219: b.PutVectorHeader(len(s.Reaction))
tl_messages_send_reaction_gen.go#L220: for idx, v := range s.Reaction {
tl_messages_send_reaction_gen.go#L276: s.Reaction = make([]ReactionClass, 0, headerLen%bin.PreallocateLimit)
tl_messages_send_reaction_gen.go#L283: s.Reaction = append(s.Reaction, value)
tl_messages_send_reaction_gen.go#L346: s.Reaction = value
tl_messages_send_reaction_gen.go#L358: return s.Reaction, true
tl_messages_send_reaction_gen.go#L366: return ReactionClassArray(s.Reaction), true
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. |