ChatEventItemCreateReadReceipt Method |  |
Creates and adds a new read receipt to this event.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic 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