pub async fn process_chat_folder_new_chats(
chat_folder_id: i32,
added_chat_ids: Vec<i64>,
client_id: i32,
) -> Result<(), Error>Expand description
Process new chats added to a shareable chat folder by its owner
§Arguments
chat_folder_id- Chat folder identifieradded_chat_ids- Identifiers of the new chats, which are added to the chat folder. The chats are automatically joined if they aren’t joined yetclient_id- The client id to send the request to