pub async fn delete_all_call_messages(
revoke: bool,
client_id: i32,
) -> Result<(), Error>
Expand description
Deletes all call messages
ยงArguments
revoke
- Pass true to delete the messages for all usersclient_id
- The client id to send the request to