Click or drag to resize

ChatEventItemParent Property

Gets or sets the parent of this event. This is used for, e.g., replies in a specific thread.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public ChatEventItem? Parent { get; set; }

Property Value

ChatEventItem
See Also