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#L165: if !(p.SavedCredentials == nil) {
tl_payments_payment_form_gen.go#L233: p.SavedCredentials = val
tl_payments_payment_form_gen.go#L361: if !(p.SavedCredentials == nil) {
tl_payments_payment_form_gen.go#L423: b.PutVectorHeader(len(p.SavedCredentials))
tl_payments_payment_form_gen.go#L424: for idx, v := range p.SavedCredentials {
tl_payments_payment_form_gen.go#L560: p.SavedCredentials = make([]PaymentSavedCredentialsCard, 0, headerLen%bin.PreallocateLimit)
tl_payments_payment_form_gen.go#L567: p.SavedCredentials = append(p.SavedCredentials, value)
tl_payments_payment_form_gen.go#L777: p.SavedCredentials = value
tl_payments_payment_form_gen.go#L789: return p.SavedCredentials, 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. |