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