github.com/gotd/td/tg.PollResults.Results (field)
11 uses
github.com/gotd/td/tg (current package)
tl_poll_results_gen.go#L55: Results []PollAnswerVoters
tl_poll_results_gen.go#L98: if !(p.Results == nil) {
tl_poll_results_gen.go#L137: p.Results = val
tl_poll_results_gen.go#L220: if !(p.Results == nil) {
tl_poll_results_gen.go#L256: b.PutVectorHeader(len(p.Results))
tl_poll_results_gen.go#L257: for idx, v := range p.Results {
tl_poll_results_gen.go#L323: p.Results = make([]PollAnswerVoters, 0, headerLen%bin.PreallocateLimit)
tl_poll_results_gen.go#L330: p.Results = append(p.Results, value)
tl_poll_results_gen.go#L406: p.Results = value
tl_poll_results_gen.go#L418: return p.Results, 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. |