github.com/gotd/td/tg.HelpCountryCode.Prefixes (field)
11 uses
github.com/gotd/td/tg (current package)
tl_help_country_code_gen.go#L49: Prefixes []string
tl_help_country_code_gen.go#L77: if !(c.Prefixes == nil) {
tl_help_country_code_gen.go#L104: c.Prefixes = val
tl_help_country_code_gen.go#L156: if !(c.Prefixes == nil) {
tl_help_country_code_gen.go#L184: b.PutVectorHeader(len(c.Prefixes))
tl_help_country_code_gen.go#L185: for _, v := range c.Prefixes {
tl_help_country_code_gen.go#L233: c.Prefixes = make([]string, 0, headerLen%bin.PreallocateLimit)
tl_help_country_code_gen.go#L240: c.Prefixes = append(c.Prefixes, value)
tl_help_country_code_gen.go#L274: c.Prefixes = value
tl_help_country_code_gen.go#L286: return c.Prefixes, true
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. |