github.com/gotd/td/tg.InputMediaPoll.CorrectAnswers (field)
11 uses
	github.com/gotd/td/tg (current package)
		tl_input_media_gen.go#L3588: 	CorrectAnswers [][]byte
		tl_input_media_gen.go#L3628: 	if !(i.CorrectAnswers == nil) {
		tl_input_media_gen.go#L3659: 		i.CorrectAnswers = val
		tl_input_media_gen.go#L3720: 	if !(i.CorrectAnswers == nil) {
		tl_input_media_gen.go#L3753: 		b.PutVectorHeader(len(i.CorrectAnswers))
		tl_input_media_gen.go#L3754: 		for _, v := range i.CorrectAnswers {
		tl_input_media_gen.go#L3808: 			i.CorrectAnswers = make([][]byte, 0, headerLen%bin.PreallocateLimit)
		tl_input_media_gen.go#L3815: 			i.CorrectAnswers = append(i.CorrectAnswers, value)
		tl_input_media_gen.go#L3856: 	i.CorrectAnswers = value
		tl_input_media_gen.go#L3868: 	return i.CorrectAnswers, 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. |