---
name: ChatPrivacyMode
last_updated: 2026-06-11T23:11:58Z
type: enum
---

# ChatPrivacyMode

**Type:** enum

## Description

Internally controls the user's chat privacy settings.

## Items

| Name | Value | Description |
|------|-------|-------------|
| `AllUsers` | 0 | A player can chat with all users in a game. |
| `NoOne` | 1 | A player cannot chat with any other users in a game. |
| `Friends` | 2 | A player can only chat with users in a game that are on their friends list. |