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 optionalnullable.OptionalNullable[string] Account creation date Mon Oct 28 02:32:47 +0000 2024
CreatedAtDatetime optionalnullable.OptionalNullable[string] Account creation datetime in ISO format 2024-10-28T02:32:47.000Z
CanDm optionalnullable.OptionalNullable[bool] Whether the user can be direct messaged
CanMediaTag optionalnullable.OptionalNullable[bool] Whether the user can be tagged in media
DefaultProfile optionalnullable.OptionalNullable[bool] Whether the user has a default profile
DefaultProfileImage optionalnullable.OptionalNullable[bool] Whether the user has a default profile image
Description optionalnullable.OptionalNullable[string] User's bio description
DescriptionUrls []string List of URLs found in the user's description
Urls optionalnullable.OptionalNullable[[]components.URLModel] List of URLs found in the user's profile
FastFollowersCount optionalnullable.OptionalNullable[int64] Count of fast followers
FavouritesCount optionalnullable.OptionalNullable[int64] Number of tweets the user has liked
FollowersCount optionalnullable.OptionalNullable[int64] Number of followers
FollowingCount optionalnullable.OptionalNullable[int64] Number of users this user is following
HasCustomTimelines optionalnullable.OptionalNullable[bool] Whether the user has custom timelines
IsBlueVerified optionalnullable.OptionalNullable[bool] Blue verification status
VerifiedType optionalnullable.OptionalNullable[string] Verification badge type when not blue-only: blue, business, government, etc. Example 1: government
Example 2: business
Example 3: blue
IsVerified optionalnullable.OptionalNullable[bool] True if the account has any verification badge (blue, business, government, or legacy verified)
ProfileImageShape optionalnullable.OptionalNullable[string] Profile image shape (Circle or Square; Square often indicates business/government) Example 1: Circle
Example 2: Square
IsTranslator optionalnullable.OptionalNullable[bool] Whether the user is a translator
ListedCount optionalnullable.OptionalNullable[int64] Number of public lists the user is a member of
Location optionalnullable.OptionalNullable[string] User's location New York, USA
MediaCount optionalnullable.OptionalNullable[int64] Number of media tweets posted by the user
NormalFollowersCount optionalnullable.OptionalNullable[int64] Count of normal followers
PinnedTweetIds []string List of pinned tweet IDs
PossiblySensitive optionalnullable.OptionalNullable[bool] Whether the user's profile may contain sensitive content
ProfileBannerURL optionalnullable.OptionalNullable[string] URL of the user's profile banner
ProfileImageURL optionalnullable.OptionalNullable[string] URL of the user's profile image
Protected optionalnullable.OptionalNullable[bool] Whether the user's tweets are protected
StatusesCount optionalnullable.OptionalNullable[int64] Number of tweets posted by the user