tgstation-server 5.12.7
The /tg/station 13 server suite
Loading...
Searching...
No Matches
ChannelMapping.cs
Go to the documentation of this file.
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 bool IsSystemChannel { get; set; }
37
41 public ChannelRepresentation Channel { get; set; }
42 }
43}
Represents a mapping of a ChannelRepresentation.RealId.
bool IsAdminChannel
If the Channel is an admin channel.
ChannelRepresentation Channel
The ChannelRepresentation with the mapped Id.
bool IsUpdatesChannel
If the Channel is an updates channel.
long ProviderId
The Id of the Providers.IProvider.
bool IsSystemChannel
If the Channel is a system messages channel.
bool IsWatchdogChannel
If Channel is a watchdog channel.
ulong ProviderChannelId
The original ChannelRepresentation.RealId.