tgstation-server 5.12.7
The /tg/station 13 server suite
Loading...
Searching...
No Matches
MessageContent.cs
Go to the documentation of this file.
2{
6 public class MessageContent
7 {
11 public string Text { get; set; }
12
16 public ChatEmbed Embed { get; set; }
17 }
18}
Represents an embed for the chat.
Definition: ChatEmbed.cs:9
Represents a message to send to a chat provider.