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 identifierfolder
- The edited chat folderclient_id
- The client id to send the request to