Show / Hide Table of Contents

Interface IChannelMessage

Represents a message that the client needs to be in a channel for before sending

Inherited Members
IClientMessage.Tokens
Namespace: GravyIrc.Messages
Assembly: GravyIrc.dll
Syntax
public interface IChannelMessage : IClientMessage

Properties

| Improve this Doc View Source

IsChannelMessage

Indicates if message is being sent to a channel

Declaration
bool IsChannelMessage { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Target

Target channel/person for the message

Declaration
string Target { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX