github.com/gotd/td/tg.PollResults.Results (field)
11 uses
github.com/gotd/td/tg (current package)
tl_poll_results_gen.go#L59: Results []PollAnswerVoters
tl_poll_results_gen.go#L112: if !(p.Results == nil) {
tl_poll_results_gen.go#L159: p.Results = val
tl_poll_results_gen.go#L267: if !(p.Results == nil) {
tl_poll_results_gen.go#L306: b.PutVectorHeader(len(p.Results))
tl_poll_results_gen.go#L307: for idx, v := range p.Results {
tl_poll_results_gen.go#L383: p.Results = make([]PollAnswerVoters, 0, headerLen%bin.PreallocateLimit)
tl_poll_results_gen.go#L390: p.Results = append(p.Results, value)
tl_poll_results_gen.go#L511: p.Results = value
tl_poll_results_gen.go#L523: return p.Results, 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. |