edit_chat_folder

Function edit_chat_folder 

Source
pub async fn edit_chat_folder(
    chat_folder_id: i32,
    folder: ChatFolder,
    client_id: i32,
) -> Result<ChatFolderInfo, Error>
Expand description

Edits existing chat folder. Returns information about the edited chat folder

ยงArguments

  • chat_folder_id - Chat folder identifier
  • folder - The edited chat folder
  • client_id - The client id to send the request to