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