github.com/gotd/td/tg.HelpCountry.CountryCodes (field)
9 uses
github.com/gotd/td/tg (current package)
tl_help_country_gen.go#L55: CountryCodes []HelpCountryCode
tl_help_country_gen.go#L88: if !(c.CountryCodes == nil) {
tl_help_country_gen.go#L119: c.CountryCodes = from.GetCountryCodes()
tl_help_country_gen.go#L204: b.PutVectorHeader(len(c.CountryCodes))
tl_help_country_gen.go#L205: for idx, v := range c.CountryCodes {
tl_help_country_gen.go#L263: c.CountryCodes = make([]HelpCountryCode, 0, headerLen%bin.PreallocateLimit)
tl_help_country_gen.go#L270: c.CountryCodes = append(c.CountryCodes, value)
tl_help_country_gen.go#L334: return c.CountryCodes
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. |