File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,15 +41,15 @@ export interface TweetV2UserTimelineParams extends TweetV2PaginableTimelineParam
41
41
export interface TweetV2HomeTimelineParams extends TweetV2UserTimelineParams { }
42
42
43
43
export type TTweetv2Expansion = 'attachments.poll_ids' | 'attachments.media_keys'
44
- | 'author_id' | 'referenced_tweets.id' | 'in_reply_to_user_id'
44
+ | 'author_id' | 'referenced_tweets.id' | 'in_reply_to_user_id' | 'edit_history_tweet_ids'
45
45
| 'geo.place_id' | 'entities.mentions.username' | 'referenced_tweets.id.author_id' ;
46
46
export type TTweetv2MediaField = 'duration_ms' | 'height' | 'media_key' | 'preview_image_url' | 'type'
47
47
| 'url' | 'width' | 'public_metrics' | 'non_public_metrics' | 'organic_metrics' | 'alt_text' | 'variants' ;
48
48
export type TTweetv2PlaceField = 'contained_within' | 'country' | 'country_code' | 'full_name' | 'geo' | 'id' | 'name' | 'place_type' ;
49
49
export type TTweetv2PollField = 'duration_minutes' | 'end_datetime' | 'id' | 'options' | 'voting_status' ;
50
50
export type TTweetv2TweetField = 'attachments' | 'author_id' | 'context_annotations' | 'conversation_id'
51
51
| 'created_at' | 'entities' | 'geo' | 'id' | 'in_reply_to_user_id' | 'lang'
52
- | 'public_metrics' | 'non_public_metrics' | 'promoted_metrics' | 'organic_metrics'
52
+ | 'public_metrics' | 'non_public_metrics' | 'promoted_metrics' | 'organic_metrics' | 'edit_controls'
53
53
| 'possibly_sensitive' | 'referenced_tweets' | 'reply_settings' | 'source' | 'text' | 'withheld' ;
54
54
export type TTweetv2UserField = 'created_at' | 'description' | 'entities' | 'id' | 'location'
55
55
| 'name' | 'pinned_tweet_id' | 'profile_image_url' | 'protected' | 'public_metrics'
You can’t perform that action at this time.
0 commit comments