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
Edit an existing message.
This is a method of the BotProtocol class in the protocols module.Edit an existing message.
async def edit_message(channel_id: str, message_id: str, content: Union[str, Dict[str, Any]]) -> BotMessage