- Preparing search index...
- The search index is not available
fanfou-sdk
Status
: { createdAt
: string; favorited
: boolean; id
: string; inReplyToLastmsgId
: string; inReplyToScreenName
: string; inReplyToStatusId
: string; inReplyToUserId
: string; isSelf
: boolean; location
: string; photo
?: Photo; rawid
: number; repostScreenName
?: string; repostStatus
?: Status; repostStatusId
?: string; repostUserId
?: string; source
: string; text
: string; truncated
: boolean; user
: User }
Type declaration
-
createdAt: string
-
favorited: boolean
-
id: string
-
inReplyToLastmsgId: string
-
inReplyToScreenName: string
-
inReplyToStatusId: string
-
inReplyToUserId: string
-
isSelf: boolean
-
location: string
-
Optional
photo?: Photo
-
rawid: number
-
Optional
repostScreenName?: string
-
Optional
repostStatus?: Status
-
Optional
repostStatusId?: string
-
Optional
repostUserId?: string
-
source: string
-
text: string
-
truncated: boolean
-