Class OnChatMessageSend
Called when a chat message is about to be sent by an object.
public sealed class OnChatMessageSend : IEvent
- Inheritance
-
OnChatMessageSend
- Implements
- Inherited Members
- Extension Methods
Properties
- ChatChannel
Gets the chat channel that the message was sent to.
- Message
Gets the message to be sent.
- Sender
Gets the sender of this message.
- Skip
Skips this chat message.
- Target
Gets the target of this message.
Returns null if there is no target.