From 071d9bb440b604fd7a5c3b347c6710fa107ac616 Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Thu, 14 Jul 2022 13:50:31 -0400 Subject: [PATCH] Add quoted_status_id_str to TweetPartial --- src/tweetTypes.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tweetTypes.ts b/src/tweetTypes.ts index c75b2c2..ae0bd8f 100644 --- a/src/tweetTypes.ts +++ b/src/tweetTypes.ts @@ -96,6 +96,7 @@ type TweetPartial = { possibly_sensitive_editable: boolean; retweet_count: number; quote_count: number; + quoted_status_id_str: string; reply_count: number; source: string; full_text: string;