github.com/gotd/td/tg.HelpCountryCode.Patterns (field)

11 uses

	github.com/gotd/td/tg (current package)
		tl_help_country_code_gen.go#L53: 	Patterns []string
		tl_help_country_code_gen.go#L80: 	if !(c.Patterns == nil) {
		tl_help_country_code_gen.go#L108: 		c.Patterns = val
		tl_help_country_code_gen.go#L159: 	if !(c.Patterns == nil) {
		tl_help_country_code_gen.go#L190: 		b.PutVectorHeader(len(c.Patterns))
		tl_help_country_code_gen.go#L191: 		for _, v := range c.Patterns {
		tl_help_country_code_gen.go#L250: 			c.Patterns = make([]string, 0, headerLen%bin.PreallocateLimit)
		tl_help_country_code_gen.go#L257: 			c.Patterns = append(c.Patterns, value)
		tl_help_country_code_gen.go#L292: 	c.Patterns = value
		tl_help_country_code_gen.go#L304: 	return c.Patterns, true