Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

send_typing

AsyncMethod
This is a method of the BotProtocol class in the bots module.
Send typing indicator to a channel.

Signature

async def send_typing(&self, channel_id: &str) -> Result<()>

Parameters

channel_id
&str
required
No description available.

Returns

Returns
Result<()>
The result of the operation.