tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
ChatEmbedAuthor.cs
Go to the documentation of this file.
2{
6 public sealed class ChatEmbedAuthor : ChatEmbedProvider
7 {
11#pragma warning disable CA1056 // Uri properties should not be strings
12 public string? IconUrl { get; set; }
13
17 public string? ProxyIconUrl { get; set; }
18#pragma warning restore CA1056 // Uri properties should not be strings
19 }
20}
Represents information about a ChatEmbed author.
string? IconUrl
Gets the icon URL of the author.
string? ProxyIconUrl
Gets the proxied icon URL of the thumbnail.
Represents information about a ChatEmbed provider.