send_typing
AsyncMethod
This is a method of the BotProtocol class in the protocols module.Send typing indicator to a channel.
Signature
Parameters
Target channel ID
Source
View on GitHub
praisonaiagents/bots/protocols.py at line 424send_typing: Send typing indicator to a channel.
This is a method of the BotProtocol class in the protocols module.Send typing indicator to a channel.
async def send_typing(channel_id: str) -> None
praisonaiagents/bots/protocols.py at line 424