tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
ChatMessage.cs
Go to the documentation of this file.
1using System.Collections.Generic;
2
4{
8 public sealed class ChatMessage : MessageContent
9 {
13 public ICollection<string>? ChannelIds { get; set; }
14 }
15}
Represents a message to send to one or more Chat.ChannelRepresentations.
Definition ChatMessage.cs:9
ICollection< string >? ChannelIds
The ICollection<T> of Chat.ChannelRepresentation.Ids to sent the MessageContent to....
Represents a message to send to a chat provider.