Skip to main content

send_typing

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

Signature

async def send_typing(channel_id: str) -> None

Parameters

channel_id
str
required
Target channel ID

Source

View on GitHub

praisonaiagents/bots/protocols.py at line 424