edit_message
AsyncMethod
This is a method of the BotProtocol class in the bots module.Edit an existing message.
Signature
Parameters
No description available.
No description available.
No description available.
Returns
The result of the operation.
edit_message: Edit an existing message.
This is a method of the BotProtocol class in the bots module.Edit an existing message.
async def edit_message(
&self,
channel_id: &str,
message_id: &str,
content: serde_json::Value,
) -> Result<BotMessage>