github.com/gotd/td/tg.MessagePeerVoteMultiple.Options (field)
9 uses
github.com/gotd/td/tg (current package)
tl_message_peer_vote_gen.go#L407: Options [][]byte
tl_message_peer_vote_gen.go#L435: if !(m.Options == nil) {
tl_message_peer_vote_gen.go#L461: m.Options = from.GetOptions()
tl_message_peer_vote_gen.go#L524: b.PutVectorHeader(len(m.Options))
tl_message_peer_vote_gen.go#L525: for _, v := range m.Options {
tl_message_peer_vote_gen.go#L562: m.Options = make([][]byte, 0, headerLen%bin.PreallocateLimit)
tl_message_peer_vote_gen.go#L569: m.Options = append(m.Options, value)
tl_message_peer_vote_gen.go#L595: return m.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. |