process_chat_folder_new_chats

Function process_chat_folder_new_chats 

Source
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 identifier
  • added_chat_ids - Identifiers of the new chats, which are added to the chat folder. The chats are automatically joined if they aren’t joined yet
  • client_id - The client id to send the request to