IGPAPI
    Preparing search index...

    Interface FollowersFeedInput

    interface FollowersFeedInput {
        enableGroups?: boolean;
        id: string;
        nextMaxId?: string;
        order?: default;
        query?: string;
        searchSurface?: string;
    }
    Index

    Properties

    enableGroups?: boolean
    id: string
    nextMaxId?: string
    order?: default
    query?: string
    searchSurface?: string