Function delete_for_chat

Source
pub async fn delete_for_chat<'a, E: Executor<'a, Database = Postgres>>(
    executor: E,
    company_id: i32,
    chat_id: i32,
) -> Result<()>
Expand description

Delete tasks from chat.

ยงErrors

Returns error if there was a problem while deleting tasks records.