pub async fn reorder_chat_folders(
chat_folder_ids: Vec<i32>,
main_chat_list_position: i32,
client_id: i32,
) -> Result<(), Error>
Expand description
Changes the order of chat folders
ยงArguments
chat_folder_ids
- Identifiers of chat folders in the new correct ordermain_chat_list_position
- Position of the main chat list among chat folders, 0-based. Can be non-zero only for Premium usersclient_id
- The client id to send the request to