github.com/gotd/td/tg.MessagesSendVoteRequest.Options (field)
9 uses
	github.com/gotd/td/tg (current package)
		tl_messages_send_vote_gen.go#L47: 	Options [][]byte
		tl_messages_send_vote_gen.go#L71: 	if !(s.Options == nil) {
		tl_messages_send_vote_gen.go#L95: 	s.Options = from.GetOptions()
		tl_messages_send_vote_gen.go#L158: 	b.PutVectorHeader(len(s.Options))
		tl_messages_send_vote_gen.go#L159: 	for _, v := range s.Options {
		tl_messages_send_vote_gen.go#L202: 			s.Options = make([][]byte, 0, headerLen%bin.PreallocateLimit)
		tl_messages_send_vote_gen.go#L209: 			s.Options = append(s.Options, value)
		tl_messages_send_vote_gen.go#L236: 	return s.Options
![]()  | 
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. |