Show / Hide Table of Contents

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 Source

Tokens

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>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX