IGPAPI
    Preparing search index...

    Interface TagsSectionsFeedInput

    interface TagsSectionsFeedInput {
        nextMaxId?: string;
        nextMediaIds?: string[];
        nextPage?: number;
        tab?: TagsSectionsFeedTab;
        tag: string;
    }
    Index

    Properties

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