tgstation-server
4.3.2
The /tg/station 13 server suite
Main Page
Features
API
Architecture
Packages
Classes
Files
File List
src
Tgstation.Server.Host
Components
Chat
ChannelMapping.cs
Go to the documentation of this file.
1
namespace
Tgstation
.
Server
.Host.Components.Chat
2
{
6
sealed
class
ChannelMapping
7
{
11
public
long
ProviderId {
get
;
set
; }
12
16
public
ulong ProviderChannelId {
get
;
set
; }
17
21
public
bool
IsWatchdogChannel {
get
;
set
; }
22
26
public
bool
IsUpdatesChannel {
get
;
set
; }
27
31
public
bool
IsAdminChannel {
get
;
set
; }
32
36
public
ChannelRepresentation
Channel {
get
;
set
; }
37
}
38
}
Tgstation.Server.Host.Components.Chat.ChannelMapping
Represents a mapping of a ChannelRepresentation.RealId
Definition:
ChannelMapping.cs:6
Tgstation.Server.Host.Components.Chat.ChannelRepresentation
Represents a Providers.IProvider channel.
Definition:
ChannelRepresentation.cs:11
Tgstation.Server.Host.Server
Definition:
Server.cs:18
Tgstation
Generated by
1.8.11