channels_trigger_typing
Trigger a typing indicator in a Discord channel to signal that a response is being prepared. Use it to show activity during long-running operations, extending the indicator with repeated calls.
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 | |||