Function notify_read_list

Source
pub async fn notify_read_list(
    configuration: &Configuration,
    last_read_at: Option<String>,
    all: Option<&str>,
    status_types: Option<Vec<String>>,
    to_status: Option<&str>,
) -> Result<Vec<NotificationThread>, Error<NotifyReadListError>>