delete_message
AsyncMethod
This is a method of the BotProtocol class in the protocols module.Delete a message.
Signature
Parameters
str
required
Channel containing the message
str
required
ID of message to delete
Returns
bool
True if deleted successfully
Source
View on GitHub
praisonaiagents/bots/protocols.py at line 382
