on_message
AsyncMethod
This is a method of the BotProtocol class in the protocols module.Handle incoming message
Signature
Parameters
No description available.
Returns
The result of the operation.
on_message: Handle incoming message
This is a method of the BotProtocol class in the protocols module.Handle incoming message
async def on_message(&self, message: BotMessage) -> Result<BotResponse>