github.com/gotd/td/tg.UpdateMessagePollVote.Options (field)
9 uses
github.com/gotd/td/tg (current package)
tl_update_gen.go#L15013: Options [][]byte
tl_update_gen.go#L15049: if !(u.Options == nil) {
tl_update_gen.go#L15081: u.Options = from.GetOptions()
tl_update_gen.go#L15154: b.PutVectorHeader(len(u.Options))
tl_update_gen.go#L15155: for _, v := range u.Options {
tl_update_gen.go#L15203: u.Options = make([][]byte, 0, headerLen%bin.PreallocateLimit)
tl_update_gen.go#L15210: u.Options = append(u.Options, value)
tl_update_gen.go#L15261: return u.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. |