pub async fn list_courier_messages(
    configuration: &Configuration,
    page_size: Option<i64>,
    page_token: Option<&str>,
    status: Option<CourierMessageStatus>,
    recipient: Option<&str>
) -> Result<Vec<Message>, Error<ListCourierMessagesError>>
Expand description

Lists all messages by given status and recipient.