rozod
    Preparing search index...

    Variable getStreamNotificationsGetRecentConst Api Param

    getStreamNotificationsGetRecent: EndpointGeneric<
        { maxRows?: number; startIndex?: number },
        {
            content: { [key: string]: unknown };
            eventCount: number;
            eventDate: string;
            id: string;
            isInteracted: boolean;
            metadataCollection: Record<string, never>[];
            notificationSourceType:
                | "Test"
                | "FriendRequestReceived"
                | "FriendRequestAccepted"
                | "PartyInviteReceived"
                | "PartyMemberJoined"
                | "ChatNewMessage"
                | "PrivateMessageReceived"
                | "UserAddedToPrivateServerWhiteList"
                | "ConversationUniverseChanged"
                | "TeamCreateInvite"
                | "GameUpdate"
                | "DeveloperMetricsAvailable"
                | "GroupJoinRequestAccepted"
                | "Sendr"
                | "ExperienceInvitation";
            timestamp: string;
            [key: string]: unknown;
        }[],
        undefined,
    > = ...

    GET https://notifications.roblox.com/v2/stream-notifications/get-recent Gets the recent entries from the notification stream startIndex Index to start the entries from. (Optional : Defaults to 0 which means the most recent entry) maxRows Number of entries to be returned. (Optional : Defaults to 10 entries)