pub async fn update_messenger_with_id(
    configuration: &Configuration,
    messenger_id: &str,
    messenger_request: Option<MessengerRequest>
) -> Result<MessengerResponse, Error<UpdateMessengerWithIdError>>
Expand description

Updates the messenger with the given Id.