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
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