tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Components
Interop
ChatEmbedMedia.cs
Go to the documentation of this file.
1
namespace
Tgstation.Server.Host.Components.Interop
2
{
6
public
class
ChatEmbedMedia
7
{
11
#pragma warning disable CA1056
// Uri properties should not be strings
12
public
string
?
Url
{
get
;
set
; }
13
17
public
string
?
ProxyUrl
{
get
;
set
; }
18
#pragma warning restore CA1056
// Uri properties should not be strings
19
23
public
int
?
Width
{
get
;
set
; }
24
28
public
int
?
Height
{
get
;
set
; }
29
}
30
}
Tgstation.Server.Host.Components.Interop.ChatEmbedMedia
Represents information about a thumbnail in a ChatEmbed.
Definition
ChatEmbedMedia.cs:7
Tgstation.Server.Host.Components.Interop.ChatEmbedMedia.Height
int? Height
Gets the height of the media.
Definition
ChatEmbedMedia.cs:28
Tgstation.Server.Host.Components.Interop.ChatEmbedMedia.Url
string? Url
Gets the source URL of the media. Only supports http(s) and attachments.
Definition
ChatEmbedMedia.cs:12
Tgstation.Server.Host.Components.Interop.ChatEmbedMedia.ProxyUrl
string? ProxyUrl
Gets the proxied URL of the media.
Definition
ChatEmbedMedia.cs:17
Tgstation.Server.Host.Components.Interop.ChatEmbedMedia.Width
int? Width
Gets the width of the media.
Definition
ChatEmbedMedia.cs:23
Tgstation.Server.Host.Components.Interop
Definition
BridgeCommandType.cs:2
Generated by
1.9.8