github.com/gotd/td/tg.Poll.CountriesISO2 (field)
11 uses
github.com/gotd/td/tg (current package)
tl_poll_gen.go#L93: CountriesISO2 []string
tl_poll_gen.go#L161: if !(p.CountriesISO2 == nil) {
tl_poll_gen.go#L222: p.CountriesISO2 = val
tl_poll_gen.go#L374: if !(p.CountriesISO2 == nil) {
tl_poll_gen.go#L417: b.PutVectorHeader(len(p.CountriesISO2))
tl_poll_gen.go#L418: for _, v := range p.CountriesISO2 {
tl_poll_gen.go#L507: p.CountriesISO2 = make([]string, 0, headerLen%bin.PreallocateLimit)
tl_poll_gen.go#L514: p.CountriesISO2 = append(p.CountriesISO2, value)
tl_poll_gen.go#L780: p.CountriesISO2 = value
tl_poll_gen.go#L792: return p.CountriesISO2, true
![]() |
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. |