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 identifierleave_chat_ids
- Identifiers of the chats to leave. The chats must be pinned or always included in the folderclient_id
- The client id to send the request to