rozod
    Preparing search index...

    Variable getChatSettingsConst Api

    getChatSettings: EndpointGeneric<
        { [key: string]: any },
        {
            chatEnabled: boolean;
            isActiveChatUser: boolean;
            isConnectTabEnabled: boolean;
        },
        undefined,
    > = ...

    GET https://chat.roblox.com/v2/chat-settings For every authenticated user, the clients hit this endpoint to get the chat related settings. Example : Chat is enabled or not