Layer 227
AccountPasskeysObj
List of passkeys associated to the current account.
constructor
account.passkeys#f8e0aa1c passkeys:Vector<Passkey> = account.Passkeys;
Parameters
| Name | Type | Description |
|---|---|---|
| Passkeys | Vector < Passkey > | List of passkeys that can be used to log into the current account |
Returns
account.PasskeysGogram Example
// Creating AccountPasskeysObj constructor obj := &tg.AccountPasskeysObj{ Passkeys: &tg.VectorPasskey{}, }