github.com/gotd/td/tg.HelpCountriesList.Countries (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_help_countries_list_gen.go#L142: 	Countries []HelpCountry
		tl_help_countries_list_gen.go#L170: 	if !(c.Countries == nil) {
		tl_help_countries_list_gen.go#L194: 	c.Countries = from.GetCountries()
		tl_help_countries_list_gen.go#L247: 	b.PutVectorHeader(len(c.Countries))
		tl_help_countries_list_gen.go#L248: 	for idx, v := range c.Countries {
		tl_help_countries_list_gen.go#L280: 			c.Countries = make([]HelpCountry, 0, headerLen%bin.PreallocateLimit)
		tl_help_countries_list_gen.go#L287: 			c.Countries = append(c.Countries, value)
		tl_help_countries_list_gen.go#L305: 	return c.Countries