Add quoted_status_id_str to TweetPartial

This commit is contained in:
dangered wolf 2022-07-14 13:50:31 -04:00
parent 5003e407c8
commit 071d9bb440
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -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;