Class Tweet

The details of a single Tweet.

Hierarchy

  • Tweet

Constructors

Properties

bookmarkCount: number

The number of bookmarks of a tweet.

createdAt: string

The date and time of creation of the tweet, in UTC string format.

entities: TweetEntities

Additional tweet entities like urls, mentions, etc.

fullText: string

The full text content of the tweet.

id: string

The rest id of the tweet.

lang: string

The language in which the tweet is written.

likeCount: number

The number of likes of the tweet.

media: TweetMedia[]

The urls of the media contents of the tweet (if any).

quoteCount: number

The number of quotes of the tweet.

quoted: string

The rest id of the tweet which is quoted in the tweet.

replyCount: number

The number of replies to the tweet.

replyTo: string

The rest id of the tweet to which the tweet is a reply.

retweetCount: number

The number of retweets of the tweet.

retweetedTweet?: Tweet

The tweet which was retweeted in this tweet (if any).

tweetBy: User

The details of the user who made the tweet.

viewCount: number

The number of views of a tweet.

Generated using TypeDoc