pub async fn get_chat_folder_new_chats(
chat_folder_id: i32,
client_id: i32,
) -> Result<Chats, Error>Expand description
Returns new chats added to a shareable chat folder by its owner. The method must be called at most once in getOption(“chat_folder_new_chats_update_period”) for the given chat folder
§Arguments
chat_folder_id- Chat folder identifierclient_id- The client id to send the request to