Slack.this

Constructs a new Slack object and stores the token and channel for later use.

struct Slack
this
(
string token
,
string channel = "general"
)

Parameters

token string

Slack BOT token to use for REST API authorization.

channel string

Channel to use. Default is general.

Meta