ChatMessageType enumeration
Incoming-message classification. Mirrors Zproto.ChitChatMsgType.
public enum ChatMessageTypeValues
Section titled “Values”| name | value | description |
|---|---|---|
| Unknown | 0 |
Message type not recognised by this version of Stellar. |
| Regular | 1 |
Normal player-authored text message. |
| System | 2 |
Server-generated system notification text. |
| Emote | 3 |
Role-play / emote action message. |
| ItemLink | 4 |
Clickable item hyperlink message. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Domain