tgstation-server 5.12.7
The /tg/station 13 server suite
Loading...
Searching...
No Matches
ChatEmbedMedia.cs
Go to the documentation of this file.
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}
Represents information about a thumbnail in a ChatEmbed.
string Url
Gets the source URL of the media. Only supports http(s) and attachments.
string ProxyUrl
Gets the proxied URL of the media.