Preparing search index...
The search index is not available
@kynesyslabs/demosdk
@kynesyslabs/demosdk
types
Tweet
Interface Tweet
interface
Tweet
{
author
:
TwitterUser
;
bookmarks
:
number
;
conversation_id
:
string
;
created_at
:
string
;
entities
?:
TweetEntities
;
favorites
:
number
;
lang
:
string
;
media
:
Media
;
quoted
?:
Tweet
;
quotes
:
number
;
replies
:
number
;
retweeted
?:
{
id
:
string
;
}
;
retweeted_tweet
?:
Tweet
;
retweets
:
number
;
text
:
string
;
tweet_id
:
string
;
views
:
string
;
}
Index
Properties
author
bookmarks
conversation_
id
created_
at
entities?
favorites
lang
media
quoted?
quotes
replies
retweeted?
retweeted_
tweet?
retweets
text
tweet_
id
views
Properties
author
author
:
TwitterUser
bookmarks
bookmarks
:
number
conversation_
id
conversation_
id
:
string
created_
at
created_
at
:
string
Optional
entities
entities
?:
TweetEntities
favorites
favorites
:
number
lang
lang
:
string
media
media
:
Media
Optional
quoted
quoted
?:
Tweet
quotes
quotes
:
number
replies
replies
:
number
Optional
retweeted
retweeted
?:
{
id
:
string
;
}
Optional
retweeted_
tweet
retweeted_
tweet
?:
Tweet
retweets
retweets
:
number
text
text
:
string
tweet_
id
tweet_
id
:
string
views
views
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
author
bookmarks
conversation_
id
created_
at
entities
favorites
lang
media
quoted
quotes
replies
retweeted
retweeted_
tweet
retweets
text
tweet_
id
views
@kynesyslabs/demosdk
Loading...