pub async fn get_chat_folder_chat_count(
folder: ChatFolder,
client_id: i32,
) -> Result<Count, Error>Expand description
Returns approximate number of chats in a being created chat folder. Main and archive chat lists must be fully preloaded for this function to work correctly
ยงArguments
folder- The new chat folderclient_id- The client id to send the request to