IGPAPI
    Preparing search index...

    Variable reelsTrayFeedConst

    reelsTrayFeed: (
        initial: WithOptionalDefaults<
            ReelsTrayFeedRequestInput,
            {
                reason: ReelsTrayFeedReason;
                requestId: `${string}-${string}-${string}-${string}-${string}`;
                traySessionId: `${string}-${string}-${string}-${string}-${string}`;
            },
        >,
    ) => Effect<
        {
            checkpoint: Effect<
                WithOptionalDefaults<
                    ReelsTrayFeedRequestInput,
                    {
                        reason: ReelsTrayFeedReason;
                        requestId: `${string}-${string}-${string}-${string}-${string}`;
                        traySessionId: `${string}-${string}-${string}-${string}-${string}`;
                    },
                >,
                never,
                never,
            >;
            next: Effect<
                FeedPage<
                    ReelsTrayFeedResponseRootObject,
                    ReelsTrayFeedResponseTrayItem,
                >,
                IgApiError
                | RequestError
                | ParseError
                | TransportError,
                PlainJsonApiHttp | MobileDevice | MobileApplication,
            >;
        },
        never,
        never,
    > = ...

    Tray on the Timeline.

    Returns only the stories (without the broadcasts).

    Type Declaration