Interface IChannelMessage
Represents a message that the client needs to be in a channel for before sending
Inherited Members
Namespace: GravyIrc.Messages
Assembly: GravyIrc.dll
Syntax
public interface IChannelMessage : IClientMessage
Properties
| Improve this Doc View SourceIsChannelMessage
Indicates if message is being sent to a channel
Declaration
bool IsChannelMessage { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Target
Target channel/person for the message
Declaration
string Target { get; }
Property Value
Type | Description |
---|---|
System.String |