tgstation-server 5.12.7
The /tg/station 13 server suite
Loading...
Searching...
No Matches
Message.cs
Go to the documentation of this file.
2{
6 class Message
7 {
11 public string Content { get; set; }
12
16 public ChatUser User { get; set; }
17 }
18}
Represents a tgs_chat_user datum.
Definition: ChatUser.cs:12
Represents a message recieved by a IProvider.
Definition: Message.cs:7
ChatUser User
The ChatUser who sent the Message.
Definition: Message.cs:16