Click or drag to resize

ChatConversationItemType Enumeration

Defines the type of a chat conversation.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public enum ChatConversationItemType
Members
Member nameDescription
Other Represents a value other than the defined values.
Direct Represents a direct conversation. This could be, e.g., a private conversation between two participants or a group chat.
Channel Represents a channel conversation. This could be, e.g., a Teams or a Slack channel.
See Also