Skip to main content

PreviewResponse

Type Alias PreviewResponse 

Source
pub type PreviewResponse = TimelineResponse;
Expand description

Preview response (same structure as timeline)

Aliased Type§

pub struct PreviewResponse {
    pub items: Vec<Entry>,
    pub paging: Paging,
}

Fields§

§items: Vec<Entry>

List of entries

§paging: Paging

Pagination information