github.com/gotd/td/tg.PaymentsPaymentForm.SavedCredentials (field)
11 uses
github.com/gotd/td/tg (current package)
tl_payments_payment_form_gen.go#L95: SavedCredentials []PaymentSavedCredentialsCard
tl_payments_payment_form_gen.go#L160: if !(p.SavedCredentials == nil) {
tl_payments_payment_form_gen.go#L228: p.SavedCredentials = val
tl_payments_payment_form_gen.go#L356: if !(p.SavedCredentials == nil) {
tl_payments_payment_form_gen.go#L418: b.PutVectorHeader(len(p.SavedCredentials))
tl_payments_payment_form_gen.go#L419: for idx, v := range p.SavedCredentials {
tl_payments_payment_form_gen.go#L555: p.SavedCredentials = make([]PaymentSavedCredentialsCard, 0, headerLen%bin.PreallocateLimit)
tl_payments_payment_form_gen.go#L562: p.SavedCredentials = append(p.SavedCredentials, value)
tl_payments_payment_form_gen.go#L772: p.SavedCredentials = value
tl_payments_payment_form_gen.go#L784: return p.SavedCredentials, 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. |