Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
edit_message
AsyncMethod
This is a method of the BotProtocol class in the protocols module.Edit an existing message.
Signature
Parameters
Channel containing the message
ID of message to edit
New message content
Returns
The edited message
Source
View on GitHub
praisonaiagents/bots/protocols.py at line 364
