pub async fn get_courier_message(
    configuration: &Configuration,
    id: &str
) -> Result<Message, Error<GetCourierMessageError>>
Expand description

Gets a specific messages by the given ID.