channels_trigger_typing
Show a typing indicator in a Discord channel for 10 seconds, signaling that a response is in progress. Ideal for long-running operations requiring user feedback.
Instructions
Purpose: Show the bot as typing in a channel for ~10 seconds.
When to use:
Indicate a long-running operation is producing a response.
When NOT to use:
Replacement for actual messages - typing indicator alone does not deliver content.
Returns: {ok, channel_id}. Idempotent - repeat calls extend the indicator.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | Channel to type in |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||