check_comment
Verify if a specific user replied to a given tweet. Provides reply content and confirmation.
Instructions
Check whether a user has replied under a given tweet. Returns commented: true plus the reply if found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tweet_link | Yes | Full URL of the tweet to check. | |
| username | No | Handle of the user being checked. | |
| user_link | No | Profile URL of the user being checked. | |
| user_id | No | Numeric ID of the user being checked. |