Skip to main content

TwitterMetadata

Description

TwitterMetadata is a type that represents the metadata for a Twitter identity.

Type Signature

export interface TwitterMetadata {
username: string;
name?: string;
type?: string;
subject?: string;
verifiedAt?: string;
firstVerifiedAt?: string;
latestVerifiedAt?: string;
profilePictureUrl?: string;
}

Fields

NameTypeDescription
usernamestringThe username of the user
namestringThe name of the user
typestringThe type of the identity (e.g., "twitter")
subjectstringThe subject of the identity (e.g., "twitter")
verifiedAtstringThe date and time the user was verified
firstVerifiedAtstringThe date and time the user was first verified
latestVerifiedAtstringThe date and time the user was last verified
profilePictureUrlstringThe URL of the user's profile picture