github.com/gotd/td/tg.AccountPasskeys.Passkeys (field)
9 uses
github.com/gotd/td/tg (current package)
tl_account_passkeys_gen.go#L43: Passkeys []Passkey
tl_account_passkeys_gen.go#L61: if !(p.Passkeys == nil) {
tl_account_passkeys_gen.go#L81: p.Passkeys = from.GetPasskeys()
tl_account_passkeys_gen.go#L129: b.PutVectorHeader(len(p.Passkeys))
tl_account_passkeys_gen.go#L130: for idx, v := range p.Passkeys {
tl_account_passkeys_gen.go#L161: p.Passkeys = make([]Passkey, 0, headerLen%bin.PreallocateLimit)
tl_account_passkeys_gen.go#L168: p.Passkeys = append(p.Passkeys, value)
tl_account_passkeys_gen.go#L179: return p.Passkeys
![]() |
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. |