github.com/gotd/td/tg.MessagesSendReactionRequest.Reaction (field)
12 uses
github.com/gotd/td/tg (current package)
tl_messages_send_reaction_gen.go#L68: Reaction []ReactionClass
tl_messages_send_reaction_gen.go#L101: if !(s.Reaction == nil) {
tl_messages_send_reaction_gen.go#L130: s.Reaction = val
tl_messages_send_reaction_gen.go#L193: if !(s.Reaction == nil) {
tl_messages_send_reaction_gen.go#L224: b.PutVectorHeader(len(s.Reaction))
tl_messages_send_reaction_gen.go#L225: for idx, v := range s.Reaction {
tl_messages_send_reaction_gen.go#L281: s.Reaction = make([]ReactionClass, 0, headerLen%bin.PreallocateLimit)
tl_messages_send_reaction_gen.go#L288: s.Reaction = append(s.Reaction, value)
tl_messages_send_reaction_gen.go#L351: s.Reaction = value
tl_messages_send_reaction_gen.go#L363: return s.Reaction, true
tl_messages_send_reaction_gen.go#L371: return ReactionClassArray(s.Reaction), true
![]() |
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. |