Add is_note_tweet type

This commit is contained in:
dangered wolf 2023-08-17 19:47:21 -04:00
parent d2ee5b4583
commit 5523970232
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -172,6 +172,8 @@ interface APITweet {
source: string;
is_note_tweet: boolean;
twitter_card: 'tweet' | 'summary' | 'summary_large_image' | 'player';
}