check_block
Verify if one user has blocked another user in GroupMe by providing both user IDs to determine block status.
Instructions
Check if a block exists between two users.
Args:
user_id: The ID of the first user.
other_user_id: The ID of the second user.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| other_user_id | Yes |