tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Components
Interop
MessageContent.cs
Go to the documentation of this file.
1
namespace
Tgstation.Server.Host.Components.Interop
2
{
6
public
class
MessageContent
7
{
11
public
string
?
Text
{
get
;
set
; }
12
16
public
ChatEmbed
?
Embed
{
get
;
set
; }
17
}
18
}
Tgstation.Server.Host.Components.Interop.ChatEmbed
Represents an embed for the chat.
Definition
ChatEmbed.cs:9
Tgstation.Server.Host.Components.Interop.MessageContent
Represents a message to send to a chat provider.
Definition
MessageContent.cs:7
Tgstation.Server.Host.Components.Interop.MessageContent.Embed
ChatEmbed? Embed
The ChatEmbed.
Definition
MessageContent.cs:16
Tgstation.Server.Host.Components.Interop.MessageContent.Text
string? Text
The message string.
Definition
MessageContent.cs:11
Tgstation.Server.Host.Components.Interop
Definition
BridgeCommandType.cs:2
Generated by
1.9.8