Appearance
Documentation / react-auth / TelegramWithMetadata
Interface: TelegramWithMetadata
Object representation of a user's Telegram Account, with additional metadata for advanced use cases.
Extends
LinkMetadata
.Telegram
Properties
firstName
firstName:
null
|string
The first name of the user .
Inherited from
firstVerifiedAt
firstVerifiedAt:
null
|Date
Datetime when this account was linked to the user.
Inherited from
LinkMetadata.firstVerifiedAt
lastName
lastName:
null
|string
The last name of the user .
Inherited from
latestVerifiedAt
latestVerifiedAt:
null
|Date
Datetime when this account was most recently used as a login/link method by the user.
Inherited from
LinkMetadata.latestVerifiedAt
photoUrl
photoUrl:
null
|string
The url of the user's profile picture.
Inherited from
telegramUserId
telegramUserId:
string
The user ID that owns this Telegram account.
Inherited from
react-auth.Telegram.telegramUserId
type
type:
"telegram"
Denotes that this is a Telegram account.
Overrides
LinkMetadata.type
username
username:
null
|string
The username associated with the Telegram account.
Inherited from
verifiedAt
verifiedAt:
Date
Deprecated
use firstVerifiedAt
instead. Datetime when this account was linked to the user or created.
Inherited from
LinkMetadata.verifiedAt