check_quoted
Check if a user has quoted or retweeted a tweet and return the status: quoted, retweeted, or none.
Instructions
Check whether a user has quoted or retweeted a tweet. Returns a status of quoted / retweeted / none.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tweet_link | No | Full tweet URL or tweet ID. | |
| username | No | X/Twitter handle without the @ (provide one of username / user_id / user_link). | |
| user_id | No | Numeric X/Twitter user ID. | |
| user_link | No | Full URL of the X/Twitter profile. |