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 questionclient_sender
- Reference to the tokio channel into the client