pub async fn get_chat_folder(
chat_folder_id: i32,
client_id: i32,
) -> Result<ChatFolder, Error>
Expand description
Returns information about a chat folder by its identifier
ยงArguments
chat_folder_id
- Chat folder identifierclient_id
- The client id to send the request to