github.com/gotd/td/tg.HelpCountriesList.Countries (field)
9 uses
github.com/gotd/td/tg (current package)
tl_help_countries_list_gen.go#L142: Countries []HelpCountry
tl_help_countries_list_gen.go#L170: if !(c.Countries == nil) {
tl_help_countries_list_gen.go#L194: c.Countries = from.GetCountries()
tl_help_countries_list_gen.go#L247: b.PutVectorHeader(len(c.Countries))
tl_help_countries_list_gen.go#L248: for idx, v := range c.Countries {
tl_help_countries_list_gen.go#L280: c.Countries = make([]HelpCountry, 0, headerLen%bin.PreallocateLimit)
tl_help_countries_list_gen.go#L287: c.Countries = append(c.Countries, value)
tl_help_countries_list_gen.go#L305: return c.Countries
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. |