User
: { birthday
: string; createdAt
: string; description
: string; favouritesCount
: number; followersCount
: number; following
: boolean; friendsCount
: number; gender
: string; id
: string; location
: string; name
: string; notifications
: boolean; photoCount
: number; profileBackgroundColor
?: string; profileBackgroundImageUrl
?: string; profileBackgroundTile
?: boolean; profileImageUrl
: string; profileImageUrlLarge
: string; profileLinkColor
?: string; profileSidebarBorderColor
?: string; profileSidebarFillColor
?: string; profileTextColor
?: string; protected
: boolean; screenName
: string; status
?: Status; statusesCount
: number; uniqueId
: string; url
: string; utcOffset
: number }
Type declaration
-
birthday: string
-
createdAt: string
-
description: string
-
favouritesCount: number
-
followersCount: number
-
following: boolean
-
friendsCount: number
-
gender: string
-
id: string
-
location: string
-
name: string
-
notifications: boolean
-
photoCount: number
-
Optional
profileBackgroundColor?: string
-
Optional
profileBackgroundImageUrl?: string
-
Optional
profileBackgroundTile?: boolean
-
profileImageUrl: string
-
profileImageUrlLarge: string
-
Optional
profileLinkColor?: string
-
Optional
profileSidebarBorderColor?: string
-
Optional
profileSidebarFillColor?: string
-
Optional
profileTextColor?: string
-
protected: boolean
-
screenName: string
-
Optional
status?: Status
-
statusesCount: number
-
uniqueId: string
-
url: string
-
utcOffset: number