mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Add is_note_tweet type
This commit is contained in:
parent
d2ee5b4583
commit
5523970232
1 changed files with 2 additions and 0 deletions
2
src/types/types.d.ts
vendored
2
src/types/types.d.ts
vendored
|
@ -172,6 +172,8 @@ interface APITweet {
|
|||
|
||||
source: string;
|
||||
|
||||
is_note_tweet: boolean;
|
||||
|
||||
twitter_card: 'tweet' | 'summary' | 'summary_large_image' | 'player';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue