Table of Contents

Class ChatLogMessage

Namespace
Archipelago.MultiClient.Net.MessageLog.Messages
Assembly
Archipelago.MultiClient.Net.dll

An chat message to display to the user, consisting of an array of message parts to form a sentence. The ChatLogMessage is send in response to a client chatting some message

public class ChatLogMessage : PlayerSpecificLogMessage
Inheritance
ChatLogMessage
Inherited Members

Properties

Message

The message that was chatted

public string Message { get; }

Property Value

string

See Also