tgstation-server  4.4.0
The /tg/station 13 server suite
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 }
Represents a mapping of a ChannelRepresentation.RealId