IGPAPI
    Preparing search index...

    Interface FollowingFeedInput

    interface FollowingFeedInput {
        enableGroups?: boolean;
        id: string;
        includesHashtags?: boolean;
        nextMaxId?: string;
        order?: FollowingFeedOrder;
        query?: string;
        rankToken?: string;
        searchSurface?: string;
    }
    Index

    Properties

    enableGroups?: boolean
    id: string
    includesHashtags?: boolean
    nextMaxId?: string
    query?: string
    rankToken?: string
    searchSurface?: string