tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
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
:
MessageContent
9
{
13
public
ICollection<string>?
ChannelIds
{
get
;
set
; }
14
}
15
}
Tgstation.Server.Host.Components.Interop.ChatMessage
Represents a message to send to one or more Chat.ChannelRepresentations.
Definition
ChatMessage.cs:9
Tgstation.Server.Host.Components.Interop.ChatMessage.ChannelIds
ICollection< string >? ChannelIds
The ICollection<T> of Chat.ChannelRepresentation.Ids to sent the MessageContent to....
Definition
ChatMessage.cs:13
Tgstation.Server.Host.Components.Interop.MessageContent
Represents a message to send to a chat provider.
Definition
MessageContent.cs:7
Tgstation.Server.Host.Components.Interop
Definition
BridgeCommandType.cs:2
Generated by
1.9.8