github.com/gotd/td/tg.PollResults.RecentVoters (field)
12 uses
github.com/gotd/td/tg (current package)
tl_poll_results_gen.go#L63: RecentVoters []PeerClass
tl_poll_results_gen.go#L104: if !(p.RecentVoters == nil) {
tl_poll_results_gen.go#L145: p.RecentVoters = val
tl_poll_results_gen.go#L226: if !(p.RecentVoters == nil) {
tl_poll_results_gen.go#L267: b.PutVectorHeader(len(p.RecentVoters))
tl_poll_results_gen.go#L268: for idx, v := range p.RecentVoters {
tl_poll_results_gen.go#L347: p.RecentVoters = make([]PeerClass, 0, headerLen%bin.PreallocateLimit)
tl_poll_results_gen.go#L354: p.RecentVoters = append(p.RecentVoters, value)
tl_poll_results_gen.go#L442: p.RecentVoters = value
tl_poll_results_gen.go#L454: return p.RecentVoters, true
tl_poll_results_gen.go#L498: return PeerClassArray(p.RecentVoters), 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. |