Skip to content

Latest commit

 

History

History
39 lines (36 loc) · 16.4 KB

File metadata and controls

39 lines (36 loc) · 16.4 KB

UserModel

Fields

Field Type Required Description Example
id string ✔️ User ID 1717001045992251392
name string ✔️ Display name Cryptoklepto
screenName string ✔️ Twitter username CK_Cryptoklepto
createdAt ?string Account creation date Mon Oct 28 02:32:47 +0000 2024
createdAtDatetime ?string Account creation datetime in ISO format 2024-10-28T02:32:47.000Z
canDm ?bool Whether the user can be direct messaged
canMediaTag ?bool Whether the user can be tagged in media
defaultProfile ?bool Whether the user has a default profile
defaultProfileImage ?bool Whether the user has a default profile image
description ?string User's bio description
descriptionUrls array<string> List of URLs found in the user's description
urls array<Components\UrlModel> List of URLs found in the user's profile
fastFollowersCount ?int Count of fast followers
favouritesCount ?int Number of tweets the user has liked
followersCount ?int Number of followers
followingCount ?int Number of users this user is following
hasCustomTimelines ?bool Whether the user has custom timelines
isBlueVerified ?bool Blue verification status
verifiedType ?string Verification badge type when not blue-only: blue, business, government, etc. Example 1: government
Example 2: business
Example 3: blue
isVerified ?bool True if the account has any verification badge (blue, business, government, or legacy verified)
profileImageShape ?string Profile image shape (Circle or Square; Square often indicates business/government) Example 1: Circle
Example 2: Square
isTranslator ?bool Whether the user is a translator
listedCount ?int Number of public lists the user is a member of
location ?string User's location New York, USA
mediaCount ?int Number of media tweets posted by the user
normalFollowersCount ?int Count of normal followers
pinnedTweetIds array<string> List of pinned tweet IDs
possiblySensitive ?bool Whether the user's profile may contain sensitive content
profileBannerUrl ?string URL of the user's profile banner
profileImageUrl ?string URL of the user's profile image
protected ?bool Whether the user's tweets are protected
statusesCount ?int Number of tweets posted by the user