pub async fn delete_chat_folder_invite_link(
chat_folder_id: i32,
invite_link: String,
client_id: i32,
) -> Result<(), Error>Expand description
Deletes an invite link for a chat folder
ยงArguments
chat_folder_id- Chat folder identifierinvite_link- Invite link to be deletedclient_id- The client id to send the request to