Class XivChatEntry
This class represents a single chat log entry.
Assembly: Dalamud.dll
View Source
Declaration
public sealed class XivChatEntry
Properties
Type
Gets or sets the type of entry.
View Source
Declaration
public XivChatType Type { get; set; }
Timestamp
Gets or sets the message timestamp.
View Source
Declaration
public int Timestamp { get; set; }
Name
Gets or sets the sender name.
View Source
Declaration
public SeString Name { get; set; }
Message
Gets or sets the message.
View Source
Declaration
public SeString Message { get; set; }
Silent
Gets or sets a value indicating whether new message sounds should be silenced or not.
View Source
Declaration
public bool Silent { get; set; }