Interface TagsSectionsResponse

interface TagsSectionsResponse {
    auto_load_more_enabled: boolean;
    more_available: boolean;
    next_max_id: string;
    next_media_ids: string[];
    next_page: number;
    sections: TagsSectionResponseSectionsItem[];
    status: string;
}

Properties

auto_load_more_enabled: boolean
more_available: boolean
next_max_id: string
next_media_ids: string[]
next_page: number
status: string