tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Components
Interop
ChatEmbedField.cs
Go to the documentation of this file.
1
namespace
Tgstation.Server.Host.Components.Interop
2
{
6
public
sealed
class
ChatEmbedField
7
{
11
public
string
?
Name
{
get
;
set
; }
12
16
public
string
?
Value
{
get
;
set
; }
17
21
public
bool
?
IsInline
{
get
;
set
; }
22
}
23
}
Tgstation.Server.Host.Components.Interop.ChatEmbedField
Represents a field in a ChatEmbed.
Definition
ChatEmbedField.cs:7
Tgstation.Server.Host.Components.Interop.ChatEmbedField.Name
string? Name
Gets the name of the field.
Definition
ChatEmbedField.cs:11
Tgstation.Server.Host.Components.Interop.ChatEmbedField.Value
string? Value
Gets the value of the field.
Definition
ChatEmbedField.cs:16
Tgstation.Server.Host.Components.Interop.ChatEmbedField.IsInline
bool? IsInline
Gets a value indicating whether the field should display inline.
Definition
ChatEmbedField.cs:21
Tgstation.Server.Host.Components.Interop
Definition
BridgeCommandType.cs:2
Generated by
1.9.8