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
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |