pub async fn update_message_content<'a, E>(
executor: E,
company_id: i32,
id: i64,
content: &str,
) -> Result<Message>Expand description
Update message content.
ยงErrors
Returns error if there was a problem while updating message content.