tgstation-server  4.4.0
The /tg/station 13 server suite
Message.cs
Go to the documentation of this file.
1 namespace Tgstation.Server.Host.Components.Chat.Providers
2 {
6  sealed class Message
7  {
11  public string Content { get; set; }
12 
16  public ChatUser User { get; set; }
17  }
18 }
Represents a message recieved by a IProvider
Definition: Message.cs:6
Represents a tgs_chat_user datum
Definition: ChatUser.cs:10