rozod
    Preparing search index...

    Variable getStreamNotificationsGetLatestGameUpdatesConst Api Param

    getStreamNotificationsGetLatestGameUpdates: EndpointGeneric<
        { sinceDateTime?: string; universeIds: number[] },
        {
            content: string;
            createdOn: string;
            createdOnKey: string;
            rootPlaceId: number;
            universeId: number;
            universeName: string;
        }[],
        undefined,
    > = ...

    GET https://notifications.roblox.com/v2/stream-notifications/get-latest-game-updates Get the latest non aggregated Game Updates sent to the logged in user universeIds List of universe IDs sinceDateTime For retrieving only updates that created after a time point.