github.com/gotd/td/tg.InputMediaPoll.CorrectAnswers (field)
11 uses
github.com/gotd/td/tg (current package)
tl_input_media_gen.go#L4092: CorrectAnswers []int
tl_input_media_gen.go#L4140: if !(i.CorrectAnswers == nil) {
tl_input_media_gen.go#L4179: i.CorrectAnswers = val
tl_input_media_gen.go#L4258: if !(i.CorrectAnswers == nil) {
tl_input_media_gen.go#L4297: b.PutVectorHeader(len(i.CorrectAnswers))
tl_input_media_gen.go#L4298: for _, v := range i.CorrectAnswers {
tl_input_media_gen.go#L4368: i.CorrectAnswers = make([]int, 0, headerLen%bin.PreallocateLimit)
tl_input_media_gen.go#L4375: i.CorrectAnswers = append(i.CorrectAnswers, value)
tl_input_media_gen.go#L4430: i.CorrectAnswers = value
tl_input_media_gen.go#L4442: return i.CorrectAnswers, 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. |