edit_message
AsyncMethod
This is a method of the BotProtocol class in the protocols module.Edit an existing message.
Signature
Parameters
str
required
Channel containing the message
str
required
ID of message to edit
Union
required
New message content
Returns
BotMessage
The edited message
Source
View on GitHub
praisonaiagents/bots/protocols.py at line 364
