Function list_message

Source
pub async fn list_message(
    configuration: &Configuration,
    account_sid: &str,
    to: Option<&str>,
    from: Option<&str>,
    date_sent: Option<String>,
    date_sent_less_than: Option<String>,
    date_sent_greater_than: Option<String>,
    page_size: Option<i32>,
) -> Result<ListMessageResponse, Error<ListMessageError>>
Expand description

Retrieve a list of messages belonging to the account used to make the request