import { XArticleModel } from "@twexapi-dev/x-api-scraper/models";
let value: XArticleModel = {};| Field | Type | Required | Description |
|---|---|---|---|
tweetId |
string | ➖ | The ID of the tweet |
fullText |
string | ➖ | The full text of the article tweet |
createdAt |
string | ➖ | The creation time |
lang |
string | ➖ | The language |
bookmarkCount |
number | ➖ | Bookmark count |
favoriteCount |
number | ➖ | Favorite count |
replyCount |
number | ➖ | Reply count |
retweetCount |
number | ➖ | Retweet count |
quoteCount |
number | ➖ | Quote count |
viewCount |
string | ➖ | View count |
viewCountState |
string | ➖ | View count state |
conversationId |
string | ➖ | Conversation ID |
authorUserId |
string | ➖ | Author user ID |
authorScreenName |
string | ➖ | Author screen name |
authorName |
string | ➖ | Author name |
authorIsBlueVerified |
boolean | ➖ | Whether author is blue verified |
authorVerified |
boolean | ➖ | Whether author is verified |
authorIsVerifiedOrganizationAffiliate |
boolean | ➖ | Whether author is verified organization |
articleId |
string | ➖ | Article ID |
articleTitle |
string | ➖ | Article title |
articlePreviewText |
string | ➖ | Article preview text |
articleSummaryText |
string | ➖ | Article summary text |
articleCoverImageUrl |
string | ➖ | Article cover image URL |
articleBlocks |
models.ArticleBlock[] | ➖ | Article formatting blocks |
articlePlainText |
string | ➖ | Article plain text |
articleMarkdown |
string | ➖ | Article markdown |
articleMediaImageUrls |
string[] | ➖ | Article media image URLs |