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

11 uses

	github.com/gotd/td/tg (current package)
		tl_input_store_payment_purpose_gen.go#L786: 	CountriesISO2 []string
		tl_input_store_payment_purpose_gen.go#L850: 	if !(i.CountriesISO2 == nil) {
		tl_input_store_payment_purpose_gen.go#L902: 		i.CountriesISO2 = val
		tl_input_store_payment_purpose_gen.go#L998: 	if !(i.CountriesISO2 == nil) {
		tl_input_store_payment_purpose_gen.go#L1042: 		b.PutVectorHeader(len(i.CountriesISO2))
		tl_input_store_payment_purpose_gen.go#L1043: 		for _, v := range i.CountriesISO2 {
		tl_input_store_payment_purpose_gen.go#L1111: 			i.CountriesISO2 = make([]string, 0, headerLen%bin.PreallocateLimit)
		tl_input_store_payment_purpose_gen.go#L1118: 			i.CountriesISO2 = append(i.CountriesISO2, value)
		tl_input_store_payment_purpose_gen.go#L1226: 	i.CountriesISO2 = value
		tl_input_store_payment_purpose_gen.go#L1238: 	return i.CountriesISO2, true