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
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |