rozod
    Preparing search index...

    Variable postJoinPrivateGameConst Api Param

    postJoinPrivateGame: EndpointGeneric<
        {},
        {
            authenticationTicket: string;
            authenticationUrl: string;
            jobId: string;
            joinScript: {
                AccountAge: number;
                AlternateName: string;
                AnalyticsSessionId: string;
                BaseUrl: string;
                ChannelName: string;
                CharacterAppearance: string;
                characterAppearanceId: number;
                ChatStyle: string;
                ClientPort: number;
                ClientPublicKeyData: string;
                ClientTicket: string;
                CookieStoreEnabled: boolean;
                CookieStoreFirstTimePlayKey: string;
                CookieStoreFiveMinutePlayKey: string;
                CountryCode: string;
                CreatorId: number;
                CreatorTypeEnum: string;
                DataCenterId: number;
                DirectServerReturn: boolean;
                DisplayName: string;
                EphemeralEarlyPubKey: string;
                EventId: string;
                FlexibleChatEnabled: boolean;
                FollowUserId: number;
                GameChatType: string;
                GameId: string;
                GameLocale: string;
                HasVerifiedBadge: boolean;
                IsUnknownOrUnder13: boolean;
                MachineAddress: string;
                MatchmakingAttributes: string;
                MembershipType: string;
                PartyId: string;
                PepperId: number;
                PingInterval: number;
                PingUrl: string;
                PlaceId: number;
                PrivateServerID: string;
                PrivateServerOwnerID: number;
                RandomSeed1: string;
                RccVersion: string;
                RobloxLocale: string;
                SeleniumTestMode: boolean;
                ServerConnections: { Address: string; Port: number }[];
                ServerPort: number;
                SessionId: string;
                ShowRobloxTranslations: boolean;
                SuperSafeChat: boolean;
                TokenGenAlgorithm: number;
                TokenValue: string;
                TranslationDisplayMode: string;
                UdmuxEndpoints: { Address: string; Port: number }[];
                UniverseId: number;
                UserId: number;
                UserName: string;
                VerifiedAMP: number;
                WhoCanWhisperChatWithMeInExperiences: string;
            };
            joinScriptUrl: string;
            message: string;
            queuePosition: number;
            status: number;
            statusData: {
                creatorExperienceBan: {
                    displayReason: string;
                    displayReasonTextFilterStatus: number;
                    durationSeconds: number;
                    isInherited: boolean;
                    startTime: string;
                };
            };
        },
        {
            accessCode: string;
            browserTrackerId: number;
            channelName: string;
            gameJoinAttemptId: string;
            gamerTag: string;
            isImmersiveAdsTeleport: boolean;
            isPlayTogetherGame: boolean;
            isQueueAllowedOverride: boolean;
            isTeleport: boolean;
            joinOrigin: string;
            linkCode: string;
            partyId: string;
            placeId: number;
        },
    > = ...

    POST https://gamejoin.roblox.com/v1/join-private-game Endpoint to join a private game body The Roblox.GameJoin.Api.JoinPrivateGameRequest in JSON format