Add retweet, reply and like operations (#964)

This commit is contained in:
Ricardo Espinoza
2020-09-17 17:02:23 -04:00
committed by GitHub
parent 690e76e187
commit ce5a043fd4
3 changed files with 149 additions and 1 deletions

View File

@@ -5,4 +5,5 @@ export interface ITweet {
media_ids?: string;
possibly_sensitive?: boolean;
status: string;
in_reply_to_status_id?: string;
}