pub async fn info(
id: &str,
client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<InfoResponse>, Error>
Expand description
Fetches information about a specific contact
Arguments
id
- The ID of the contactclient_sender
- Reference to the tokio channel into the client