pub async fn update_execution_chat_id<'a, E: Executor<'a, Database = Postgres>>(
executor: E,
company_id: i32,
id: i32,
execution_chat_id: i32,
) -> Result<()>Expand description
Update task execution chat id by id.
ยงErrors
Returns error if there was a problem while updating task execution chat id.