Class OnChatEventArgs
Inherited Members
Namespace: Slipe.Server.Peds.Events
Assembly: SlipeServer.dll
Syntax
public class OnChatEventArgs
Properties
| Improve this Doc View SourceMessage
The message typed into the chat.
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
String |
MessageType
The message type
Declaration
public MessageType MessageType { get; }
Property Value
Type | Description |
---|---|
MessageType |