passkey
Human-readable info about a passkey associated to an account, returned when creating a passkey » or listing passkeys ».
type tg.Passkey struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ID | string | yes | Unique passkey ID, usable for example in account.deletePasskey. |
Name | string | yes | Human-readable passkey name |
Date | int | yes | Creation date of the passkey |
SoftwareEmojiID | int64 | — | ID of the custom emoji used as icon for the software or password manager that created the passkey |
LastUsageDate | int | — | Date when the passkey was last used to log in |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
passkey#98613ebf