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
Interop
ChatMessage.cs
Go to the documentation of this file.
1
using
System
.Collections.Generic;
2
3
namespace
Tgstation
.
Server
.Host.Components.Interop
4
{
8
public
sealed
class
ChatMessage
9
{
13
public
string
Text {
get
;
set
; }
14
18
public
ICollection<string> ChannelIds {
get
;
set
; }
19
}
20
}
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
System
Tgstation.Server.Host.Components.Interop.ChatMessage
Represents a message to send to one or more Chat.ChannelRepresentations.
Definition:
ChatMessage.cs:8
Tgstation
Generated by
1.8.11