github.com/gotd/td/tg.MessageReactions.Results (field)
9 uses
github.com/gotd/td/tg (current package)
tl_message_reactions_gen.go#L63: Results []ReactionCount
tl_message_reactions_gen.go#L94: if !(m.Results == nil) {
tl_message_reactions_gen.go#L122: m.Results = from.GetResults()
tl_message_reactions_gen.go#L206: b.PutVectorHeader(len(m.Results))
tl_message_reactions_gen.go#L207: for idx, v := range m.Results {
tl_message_reactions_gen.go#L253: m.Results = make([]ReactionCount, 0, headerLen%bin.PreallocateLimit)
tl_message_reactions_gen.go#L260: m.Results = append(m.Results, value)
tl_message_reactions_gen.go#L326: return m.Results
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. |