Checks whether a user has quoted or retweeted a given tweet. Returns a status field with one of three values: quoted, retweet, or not_found. If a quote or retweet is found, the response also includes the interaction date and the quote text (when applicable). Identify the user with username, user_link, or user_id.
tweet link, user link, username or user_id
OK
Date of the interaction (if found).
"2024-04-27 06:43:09"
Interaction type: quoted, retweet, or not_found.
"quoted"
Text of the quote tweet (if status is quoted).
"Quote text"
true if the checked user's account is protected.
false