delete_message
AsyncMethod
This is a method of the BotProtocol class in the bots module.Delete a message.
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
delete_message: Delete a message.
This is a method of the BotProtocol class in the bots module.Delete a message.
async def delete_message(&self, channel_id: &str, message_id: &str) -> Result<bool>