grove_watch
Checks a channel for messages newer than a specified message ID. Non-blocking operation that requires grove_read permission.
Instructions
Return any new messages in a channel since since_id. Non-blocking. Requires grove_read.
Args: channel_name: Channel to check. since_id: Return messages with id greater than this value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | No | ||
| since_id | Yes | ||
| channel_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |