IGPAPI
    Preparing search index...

    Variable timelineFeedConst

    timelineFeed: (
        initial: WithOptionalDefaults<
            TimelineFeedRequestInput,
            {
                reason: TimelineFeedReason;
                requestId: `${string}-${string}-${string}-${string}-${string}`;
            },
        >,
    ) => Effect<
        {
            checkpoint: Effect<
                WithOptionalDefaults<
                    TimelineFeedRequestInput,
                    {
                        reason: TimelineFeedReason;
                        requestId: `${string}-${string}-${string}-${string}-${string}`;
                    },
                >,
                never,
                never,
            >;
            next: Effect<
                FeedPage<TimelineFeedResponse, TimelineFeedResponseMediaOrAd>,
                IgApiError | RequestError | ParseError | TransportError,
                PlainJsonApiHttp | MobileSession | MobileDevice | MobileApplication,
            >;
        },
        never,
        never,
    > = ...

    Type Declaration

      • (
            initial: WithOptionalDefaults<
                TimelineFeedRequestInput,
                {
                    reason: TimelineFeedReason;
                    requestId: `${string}-${string}-${string}-${string}-${string}`;
                },
            >,
        ): Effect<
            {
                checkpoint: Effect<
                    WithOptionalDefaults<
                        TimelineFeedRequestInput,
                        {
                            reason: TimelineFeedReason;
                            requestId: `${string}-${string}-${string}-${string}-${string}`;
                        },
                    >,
                    never,
                    never,
                >;
                next: Effect<
                    FeedPage<TimelineFeedResponse, TimelineFeedResponseMediaOrAd>,
                    IgApiError | RequestError | ParseError | TransportError,
                    PlainJsonApiHttp | MobileSession | MobileDevice | MobileApplication,
                >;
            },
            never,
            never,
        >
      • Parameters

        Returns Effect<
            {
                checkpoint: Effect<
                    WithOptionalDefaults<
                        TimelineFeedRequestInput,
                        {
                            reason: TimelineFeedReason;
                            requestId: `${string}-${string}-${string}-${string}-${string}`;
                        },
                    >,
                    never,
                    never,
                >;
                next: Effect<
                    FeedPage<TimelineFeedResponse, TimelineFeedResponseMediaOrAd>,
                    IgApiError | RequestError | ParseError | TransportError,
                    PlainJsonApiHttp | MobileSession | MobileDevice | MobileApplication,
                >;
            },
            never,
            never,
        >