mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-04 10:00:55 +01:00
Add quoted_status_id_str to TweetPartial
This commit is contained in:
parent
5003e407c8
commit
071d9bb440
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue