Interface IClientMessage
Represents an outbound message being sent by the client
Namespace: GravyIrc.Messages
Assembly: GravyIrc.dll
Syntax
public interface IClientMessage
Properties
| Improve this Doc View SourceTokens
A list of tokens to be serialized into the message content
Declaration
IEnumerable<string> Tokens { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |