github.com/gotd/td/tg.Poll.Answers (field)
9 uses
github.com/gotd/td/tg (current package)
tl_poll_gen.go#L61: Answers []PollAnswer
tl_poll_gen.go#L111: if !(p.Answers == nil) {
tl_poll_gen.go#L151: p.Answers = from.GetAnswers()
tl_poll_gen.go#L273: b.PutVectorHeader(len(p.Answers))
tl_poll_gen.go#L274: for idx, v := range p.Answers {
tl_poll_gen.go#L334: p.Answers = make([]PollAnswer, 0, headerLen%bin.PreallocateLimit)
tl_poll_gen.go#L341: p.Answers = append(p.Answers, value)
tl_poll_gen.go#L458: return p.Answers
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. |