tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Components
Interop
ChatEmbedFooter.cs
Go to the documentation of this file.
1
namespace
Tgstation.Server.Host.Components.Interop
2
{
6
public
sealed
class
ChatEmbedFooter
7
{
11
public
string
?
Text
{
get
;
set
; }
12
16
#pragma warning disable CA1056
// Uri properties should not be strings
17
public
string
?
IconUrl
{
get
;
set
; }
18
22
public
string
?
ProxyIconUrl
{
get
;
set
; }
23
#pragma warning restore CA1056
// Uri properties should not be strings
24
}
25
}
Tgstation.Server.Host.Components.Interop.ChatEmbedFooter
Represents a footer in a ChatEmbed.
Definition
ChatEmbedFooter.cs:7
Tgstation.Server.Host.Components.Interop.ChatEmbedFooter.IconUrl
string? IconUrl
Gets the URL of the footer icon. Only supports http(s) and attachments.
Definition
ChatEmbedFooter.cs:17
Tgstation.Server.Host.Components.Interop.ChatEmbedFooter.Text
string? Text
Gets the text of the footer.
Definition
ChatEmbedFooter.cs:11
Tgstation.Server.Host.Components.Interop.ChatEmbedFooter.ProxyIconUrl
string? ProxyIconUrl
Gets the proxied icon URL.
Definition
ChatEmbedFooter.cs:22
Tgstation.Server.Host.Components.Interop
Definition
BridgeCommandType.cs:2
Generated by
1.9.8