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: PagingPagination information