mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
⚡ Add retweet, reply and like operations (#964)
This commit is contained in:
@@ -5,4 +5,5 @@ export interface ITweet {
|
||||
media_ids?: string;
|
||||
possibly_sensitive?: boolean;
|
||||
status: string;
|
||||
in_reply_to_status_id?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user