pub async fn retrieve_messenger_with_id(
configuration: &Configuration,
messenger_id: &str,
) -> Result<MessengerResponse, Error<RetrieveMessengerWithIdError>>
Expand description
Retrieves the messenger with the given Id.
pub async fn retrieve_messenger_with_id(
configuration: &Configuration,
messenger_id: &str,
) -> Result<MessengerResponse, Error<RetrieveMessengerWithIdError>>
Retrieves the messenger with the given Id.