interface PageInfo {
    more_available: boolean;
    next_max_id: string;
}

Properties

more_available: boolean
next_max_id: string