Click or drag to resize

ChatEventItemType Enumeration

Defines the types of chat events.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public enum ChatEventItemType
Members
Member nameDescription
Other Represents a value other than the defined values.
Message Represents a chat event that is a chat message sent by a participant.
Disclaimer Represents a chat event that is a disclaimer.
Join Represents a chat event for when a participant joins, or is added to, a conversation.
Leave Represents a chat event for when a participant leaves, or is removed from, a conversation.
See Also