github.com/gotd/td/tg.Poll.Answers (field)
10 uses
github.com/gotd/td/tg (current package)
tl_poll_gen.go#L78: Answers []PollAnswerClass
tl_poll_gen.go#L152: if !(p.Answers == nil) {
tl_poll_gen.go#L212: p.Answers = from.GetAnswers()
tl_poll_gen.go#L401: b.PutVectorHeader(len(p.Answers))
tl_poll_gen.go#L402: for idx, v := range p.Answers {
tl_poll_gen.go#L476: p.Answers = make([]PollAnswerClass, 0, headerLen%bin.PreallocateLimit)
tl_poll_gen.go#L483: p.Answers = append(p.Answers, value)
tl_poll_gen.go#L738: return p.Answers
tl_poll_gen.go#L805: return PollAnswerClassArray(p.Answers)
![]() |
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. |