File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -168,6 +168,12 @@ export interface TweetOrganicMetricsV2 {
168168
169169export type TweetPromotedMetricsV2 = TweetOrganicMetricsV2 ;
170170
171+ export interface EditControlsV2 {
172+ editable_until : string ;
173+ edits_remaining : number ;
174+ is_edit_eligible : boolean ;
175+ }
176+
171177export interface NoteTweetV2 {
172178 text : string ;
173179 entities ?: NoteTweetEntitiesV2 ;
@@ -225,6 +231,7 @@ export interface TweetV2 {
225231 non_public_metrics ?: TweetNonPublicMetricsV2 ;
226232 organic_metrics ?: TweetOrganicMetricsV2 ;
227233 promoted_metrics ?: TweetPromotedMetricsV2 ;
234+ edit_controls ?: EditControlsV2 ;
228235 possibly_sensitive ?: boolean ;
229236 lang ?: string ;
230237 reply_settings ?: 'everyone' | 'mentionedUsers' | 'following' ;
You can’t perform that action at this time.
0 commit comments