pub async fn check(
    id: &str,
    client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<CheckResponse>, Error>
Expand description

Checks if a contact ID exists

Arguments

  • id - The ID in question
  • client_sender - Reference to the tokio channel into the client