github.com/gotd/td/tg.MessagesSendVoteRequest.Options (field)
9 uses
github.com/gotd/td/tg (current package)
tl_messages_send_vote_gen.go#L50: Options [][]byte
tl_messages_send_vote_gen.go#L74: if !(s.Options == nil) {
tl_messages_send_vote_gen.go#L98: s.Options = from.GetOptions()
tl_messages_send_vote_gen.go#L161: b.PutVectorHeader(len(s.Options))
tl_messages_send_vote_gen.go#L162: for _, v := range s.Options {
tl_messages_send_vote_gen.go#L205: s.Options = make([][]byte, 0, headerLen%bin.PreallocateLimit)
tl_messages_send_vote_gen.go#L212: s.Options = append(s.Options, value)
tl_messages_send_vote_gen.go#L239: return s.Options
![]() |
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. |