delete_chat_folder

Function delete_chat_folder 

Source
pub async fn delete_chat_folder(
    chat_folder_id: i32,
    leave_chat_ids: Vec<i64>,
    client_id: i32,
) -> Result<(), Error>
Expand description

Deletes existing chat folder

ยงArguments

  • chat_folder_id - Chat folder identifier
  • leave_chat_ids - Identifiers of the chats to leave. The chats must be pinned or always included in the folder
  • client_id - The client id to send the request to