github.com/gotd/td/tg.Poll.CountriesISO2 (field)

11 uses

	github.com/gotd/td/tg (current package)
		tl_poll_gen.go#L93: 	CountriesISO2 []string
		tl_poll_gen.go#L161: 	if !(p.CountriesISO2 == nil) {
		tl_poll_gen.go#L222: 		p.CountriesISO2 = val
		tl_poll_gen.go#L374: 	if !(p.CountriesISO2 == nil) {
		tl_poll_gen.go#L417: 		b.PutVectorHeader(len(p.CountriesISO2))
		tl_poll_gen.go#L418: 		for _, v := range p.CountriesISO2 {
		tl_poll_gen.go#L507: 			p.CountriesISO2 = make([]string, 0, headerLen%bin.PreallocateLimit)
		tl_poll_gen.go#L514: 			p.CountriesISO2 = append(p.CountriesISO2, value)
		tl_poll_gen.go#L780: 	p.CountriesISO2 = value
		tl_poll_gen.go#L792: 	return p.CountriesISO2, true