Client.directMessage

Sends a direct message to the intended recipients

  1. void directMessage(string message, string[] recipients)
    class Client
    void
    directMessage
    (
    string message
    ,
    string[] recipients
    )
  2. void directMessage(string message, string recipient)

Parameters

message string

The message to send

recipients string[]

The receipients of the message

Throws

BirchwoodException if the recipients list is empty or illegal characters are present

Meta