[This is preliminary documentation and subject to change.]
Constructor. Stores the channel as "Unknown"
Constructor. Stores time of message, channel and message text
public ChatMessage(DateTime,string,string);
Constructor. Stores the channel as "Unknown"
public ChatMessage(string);
Constructor. Stores channel and message text.
public ChatMessage(string,string);
ChatMessage Class | CityOfHeroes Namespace