Slack.postMessage

Sends a message to a channel.

  1. Response postMessage(string msgString)
    struct Slack
    const
    postMessage
    (
    string msgString
    )
  2. Response postMessage(JSONValue jsonMsg)

Parameters

msgString string

Plain message string

Return Value

Type: Response

JSON response from REST API endpoint.

See Also

Meta