delete_message
AsyncMethod
This is a method of the BotProtocol class in the protocols module.Delete a message.
Signature
Parameters
Channel containing the message
ID of message to delete
Returns
True if deleted successfully
Delete a message.
This is a method of the BotProtocol class in the protocols module.Delete a message.
async def delete_message(channel_id: str, message_id: str) -> bool