Click or drag to resize

ChatEventItemCreateReadReceipt Method

Creates and adds a new read receipt to this event.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public ChatEventReadReceiptItem CreateReadReceipt(
	ChatParticipantItem participant,
	DateTime timestamp,
	ChatEventReadReceiptItemType type = ChatEventReadReceiptItemType.Read
)

Parameters

participant  ChatParticipantItem
The participant the read receipt is for.
timestamp  DateTime
The date at which the read receipt occurred.
type  ChatEventReadReceiptItemType  (Optional)
The type of the read receipt.

Return Value

ChatEventReadReceiptItem
The created read receipt.
See Also