| Field | Type | Required | Description |
|---|---|---|---|
tweet_id |
OptionalNullable[str] | ➖ | The ID of the tweet |
full_text |
OptionalNullable[str] | ➖ | The full text of the article tweet |
created_at |
OptionalNullable[str] | ➖ | The creation time |
lang |
OptionalNullable[str] | ➖ | The language |
bookmark_count |
OptionalNullable[int] | ➖ | Bookmark count |
favorite_count |
OptionalNullable[int] | ➖ | Favorite count |
reply_count |
OptionalNullable[int] | ➖ | Reply count |
retweet_count |
OptionalNullable[int] | ➖ | Retweet count |
quote_count |
OptionalNullable[int] | ➖ | Quote count |
view_count |
OptionalNullable[str] | ➖ | View count |
view_count_state |
OptionalNullable[str] | ➖ | View count state |
conversation_id |
OptionalNullable[str] | ➖ | Conversation ID |
author_user_id |
OptionalNullable[str] | ➖ | Author user ID |
author_screen_name |
OptionalNullable[str] | ➖ | Author screen name |
author_name |
OptionalNullable[str] | ➖ | Author name |
author_is_blue_verified |
OptionalNullable[bool] | ➖ | Whether author is blue verified |
author_verified |
OptionalNullable[bool] | ➖ | Whether author is verified |
author_is_verified_organization_affiliate |
OptionalNullable[bool] | ➖ | Whether author is verified organization |
article_id |
OptionalNullable[str] | ➖ | Article ID |
article_title |
OptionalNullable[str] | ➖ | Article title |
article_preview_text |
OptionalNullable[str] | ➖ | Article preview text |
article_summary_text |
OptionalNullable[str] | ➖ | Article summary text |
article_cover_image_url |
OptionalNullable[str] | ➖ | Article cover image URL |
article_blocks |
List[models.ArticleBlock] | ➖ | Article formatting blocks |
article_plain_text |
OptionalNullable[str] | ➖ | Article plain text |
article_markdown |
OptionalNullable[str] | ➖ | Article markdown |
article_media_image_urls |
List[str] | ➖ | Article media image URLs |