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

Creates a messenger. You can optionally specify an Id for the messenger, if not provided one will be generated.