github.com/gotd/td/tg.MessageReactions.Results (field)
9 uses
github.com/gotd/td/tg (current package)
tl_message_reactions_gen.go#L69: Results []ReactionCount
tl_message_reactions_gen.go#L110: if !(m.Results == nil) {
tl_message_reactions_gen.go#L144: m.Results = from.GetResults()
tl_message_reactions_gen.go#L248: b.PutVectorHeader(len(m.Results))
tl_message_reactions_gen.go#L249: for idx, v := range m.Results {
tl_message_reactions_gen.go#L304: m.Results = make([]ReactionCount, 0, headerLen%bin.PreallocateLimit)
tl_message_reactions_gen.go#L311: m.Results = append(m.Results, value)
tl_message_reactions_gen.go#L413: return m.Results
![]() |
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. |