send_typing
AsyncMethod
This is a method of the BotProtocol class in the bots module.Send typing indicator to a channel.
Signature
Parameters
No description available.
Returns
The result of the operation.
send_typing: Send typing indicator to a channel.
This is a method of the BotProtocol class in the bots module.Send typing indicator to a channel.
async def send_typing(&self, channel_id: &str) -> Result<()>