check_block
Determine whether a block exists between two users by providing both user IDs. Returns the block status to clarify if communication is restricted.
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 |