Skip to main content

passkey

Human-readable info about a passkey associated to an account, returned when creating a passkey » or listing passkeys ».

type tg.Passkey struct { /* ... */ }

Fields

NameTypeRequiredDescription
IDstringyesUnique passkey ID, usable for example in account.deletePasskey.
NamestringyesHuman-readable passkey name
DateintyesCreation date of the passkey
SoftwareEmojiIDint64ID of the custom emoji used as icon for the software or password manager that created the passkey
LastUsageDateintDate when the passkey was last used to log in

Returned by

References