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

11 uses

	github.com/gotd/td/tg (current package)
		tl_input_store_payment_purpose_gen.go#L840: 	CountriesISO2 []string
		tl_input_store_payment_purpose_gen.go#L904: 	if !(i.CountriesISO2 == nil) {
		tl_input_store_payment_purpose_gen.go#L956: 		i.CountriesISO2 = val
		tl_input_store_payment_purpose_gen.go#L1052: 	if !(i.CountriesISO2 == nil) {
		tl_input_store_payment_purpose_gen.go#L1096: 		b.PutVectorHeader(len(i.CountriesISO2))
		tl_input_store_payment_purpose_gen.go#L1097: 		for _, v := range i.CountriesISO2 {
		tl_input_store_payment_purpose_gen.go#L1165: 			i.CountriesISO2 = make([]string, 0, headerLen%bin.PreallocateLimit)
		tl_input_store_payment_purpose_gen.go#L1172: 			i.CountriesISO2 = append(i.CountriesISO2, value)
		tl_input_store_payment_purpose_gen.go#L1280: 	i.CountriesISO2 = value
		tl_input_store_payment_purpose_gen.go#L1292: 	return i.CountriesISO2, true