IGPAPI
    Preparing search index...

    Interface LocationMediaFeedInput

    interface LocationMediaFeedInput {
        id: string;
        nextMaxId?: string;
        nextMediaIds?: string[];
        nextPage?: number;
        tab?: LocationMediaFeedTab;
    }
    Index

    Properties

    id: string
    nextMaxId?: string
    nextMediaIds?: string[]
    nextPage?: number