IGPAPI
    Preparing search index...

    Variable directPendingInboxFeedConst

    directPendingInboxFeed: (
        initial: WithOptionalDefaults<DirectPendingInboxFeedInput, {}>,
    ) => Effect<
        {
            checkpoint: Effect<
                WithOptionalDefaults<DirectPendingInboxFeedInput, {}>,
                never,
                never,
            >;
            next: Effect<
                FeedPage<DirectInboxFeedResponse, DirectInboxFeedResponseThreadsItem>,
                IgApiError | RequestError | ParseError | TransportError,
                PlainJsonApiHttp,
            >;
        },
        never,
        never,
    > = ...

    Pending - not yet accepted threads

    Type Declaration