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

11 uses

	github.com/gotd/td/tg (current package)
		tl_input_store_payment_purpose_gen.go#L1910: 	CountriesISO2 []string
		tl_input_store_payment_purpose_gen.go#L1979: 	if !(i.CountriesISO2 == nil) {
		tl_input_store_payment_purpose_gen.go#L2037: 		i.CountriesISO2 = val
		tl_input_store_payment_purpose_gen.go#L2142: 	if !(i.CountriesISO2 == nil) {
		tl_input_store_payment_purpose_gen.go#L2187: 		b.PutVectorHeader(len(i.CountriesISO2))
		tl_input_store_payment_purpose_gen.go#L2188: 		for _, v := range i.CountriesISO2 {
		tl_input_store_payment_purpose_gen.go#L2264: 			i.CountriesISO2 = make([]string, 0, headerLen%bin.PreallocateLimit)
		tl_input_store_payment_purpose_gen.go#L2271: 			i.CountriesISO2 = append(i.CountriesISO2, value)
		tl_input_store_payment_purpose_gen.go#L2394: 	i.CountriesISO2 = value
		tl_input_store_payment_purpose_gen.go#L2406: 	return i.CountriesISO2, true