Click or drag to resize

ChatEventReadReceiptItemType Enumeration

Defines the type of a read receipt.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public enum ChatEventReadReceiptItemType
Members
Member nameDescription
Other Represents a value other than the defined values.
Read Represents a read receipt indicating the participant has read the message.
Delivered Represents a read receipt indicating the participant has received the message, but might have not read it.
See Also