Integer (read only)
Specifies the type of chat message during the event AW_EVENT_CHAT.
AW_CHAT_TYPE can have one of three values:
| AW_CHAT_SAID | A normal chat message from another user |
| AW_CHAT_BROADCAST | A chat message received from a Public Speaker |
| AW_CHAT_WHISPER | A chat message sent only to you. |
See AW_EVENT_CHAT for an example.