[This is preliminary documentation and is subject to change.]
The type of chat as specified by the ChatType attribute.
Syntax
| C# |
|---|
public enum ChatTypes |
| Visual Basic (Declaration) |
|---|
Public Enumeration ChatTypes |
Members
| Member name | Description | |
|---|---|---|
| Said |
Represents messages that were sent by normal users via public chat.
| |
| Broadcast |
Represents messages that were sent by public speakers via public chat.
| |
| Whisper |
Represents chat that was sent via whispers.
|