create_block
Block a user on GroupMe by specifying both the blocker's ID and the user ID to block, preventing further interactions between them.
Instructions
Block a user.
Args:
user_id: The ID of the user doing the blocking.
other_user_id: The ID of the user to block.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| other_user_id | Yes |