Skip to content

Commit 1f45754

Browse files
authored
chore: add article as enum (#590)
1 parent 1e5e5f0 commit 1f45754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/v2/tweet.v2.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export type TTweetv2MediaField = 'duration_ms' | 'height' | 'media_key' | 'previ
4949
| 'url' | 'width' | 'public_metrics' | 'non_public_metrics' | 'organic_metrics' | 'alt_text' | 'variants';
5050
export type TTweetv2PlaceField = 'contained_within' | 'country' | 'country_code' | 'full_name' | 'geo' | 'id' | 'name' | 'place_type';
5151
export type TTweetv2PollField = 'duration_minutes' | 'end_datetime' | 'id' | 'options' | 'voting_status';
52-
export type TTweetv2TweetField = 'attachments' | 'author_id' | 'context_annotations' | 'conversation_id'
52+
export type TTweetv2TweetField = 'article' | 'attachments' | 'author_id' | 'context_annotations' | 'conversation_id'
5353
| 'created_at' | 'entities' | 'geo' | 'id' | 'in_reply_to_user_id' | 'lang'
5454
| 'public_metrics' | 'non_public_metrics' | 'promoted_metrics' | 'organic_metrics' | 'edit_controls'
5555
| 'possibly_sensitive' | 'referenced_tweets' | 'reply_settings' | 'source' | 'text' | 'withheld' | 'note_tweet' | 'edit_history_tweet_ids';

0 commit comments

Comments
 (0)