Function update_message_content

Source
pub async fn update_message_content<'a, E>(
    executor: E,
    company_id: i32,
    id: i64,
    content: &str,
) -> Result<Message>
where E: Executor<'a, Database = Postgres>,
Expand description

Update message content.

ยงErrors

Returns error if there was a problem while updating message content.