tgstation-server
6.16.0
The /tg/station 13 server suite
Toggle main menu visibility
Main Page
Features
API
Architecture
Packages
Package List
Package Members
All
[
a
b
c
d
e
f
h
i
j
m
o
p
r
s
t
w
Functions
Variables
Enumerations
a
b
c
d
e
f
h
i
j
m
o
p
r
s
t
w
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerations
Properties
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Events
Files
File List
File Members
All
Functions
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Pages
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Components
Interop
ChatEmbedAuthor.cs
Go to the documentation of this file.
1
namespace
Tgstation.Server.Host.Components.Interop
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
}
6
public
sealed
class
ChatEmbedAuthor
:
ChatEmbedProvider
{
…
};
20
}
Tgstation.Server.Host.Components.Interop.ChatEmbedAuthor
Represents information about a ChatEmbed author.
Definition
ChatEmbedAuthor.cs:7
Tgstation.Server.Host.Components.Interop.ChatEmbedAuthor.IconUrl
string? IconUrl
Gets the icon URL of the author.
Definition
ChatEmbedAuthor.cs:12
Tgstation.Server.Host.Components.Interop.ChatEmbedAuthor.ProxyIconUrl
string? ProxyIconUrl
Gets the proxied icon URL of the thumbnail.
Definition
ChatEmbedAuthor.cs:17
Tgstation.Server.Host.Components.Interop.ChatEmbedProvider
Represents information about a ChatEmbed provider.
Definition
ChatEmbedProvider.cs:7
Tgstation.Server.Host.Components.Interop
Definition
BridgeCommandType.cs:2
Generated by
1.9.8