Class User

The details of a single user.

Hierarchy

  • User

Constructors

Properties

createdAt: string

The creation date of user's account.

description: string

The user's description.

favouritesCount: number

The number of tweets liked by the user.

followersCount: number

The number of followers of the user.

followingsCount: number

The number of following of the user.

fullName: string

The full name of the user.

id: string

The rest id of the user.

isVerified: boolean

Whether the account is verified or not.

location: string

The location of user as provided by user.

pinnedTweet: string

The rest id of the tweet pinned in the user's profile.

profileBanner: string

The url of the profile banner image.

profileImage: string

The url of the profile image.

statusesCount: number

The number of tweets made by the user.

userName: string

The username/screenname of the user.

Generated using TypeDoc