tgstation-server  4.4.0
The /tg/station 13 server suite
ChatProvider.cs
Go to the documentation of this file.
1 namespace Tgstation.Server.Api.Models
2 {
6  public enum ChatProvider
7  {
11  Irc,
12 
16  Discord
17  }
18 }
ChatProvider
Represents a chat service provider
Definition: ChatProvider.cs:6