github.com/gotd/td/tg.UpdateMessagePollVote.Positions (field)
9 uses
github.com/gotd/td/tg (current package)
tl_update_gen.go#L15015: Positions []int
tl_update_gen.go#L15052: if !(u.Positions == nil) {
tl_update_gen.go#L15082: u.Positions = from.GetPositions()
tl_update_gen.go#L15158: b.PutVectorHeader(len(u.Positions))
tl_update_gen.go#L15159: for _, v := range u.Positions {
tl_update_gen.go#L15220: u.Positions = make([]int, 0, headerLen%bin.PreallocateLimit)
tl_update_gen.go#L15227: u.Positions = append(u.Positions, value)
tl_update_gen.go#L15269: return u.Positions
![]() |
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. |