rozod
    Preparing search index...

    Variable getGamesUniverseidMediaConst Api Param

    getGamesUniverseidMedia: EndpointGeneric<
        { fetchAllExperienceRelatedMedia?: boolean; universeId: number },
        {
            data: {
                altText: string;
                approved: boolean;
                assetType: string;
                assetTypeId: number;
                imageId: number;
                videoHash: string;
                videoId: string;
                videoTitle: string;
            }[];
        },
        undefined,
    > = ...

    GET https://games.roblox.com/v2/games/:universeId/media Get the game media data universeId The id of the universe we get media data from. fetchAllExperienceRelatedMedia to tell if the API query is to fetch all related media for this experience