Search
Preparing search index...
The search index is not available
easy-slack-bot
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
EasySlackBot
Main
Class Main
Hierarchy
Main
Index
Constructors
constructor
Properties
Helpers
Items
Message
Slack
bot
debug
Methods
on
Slack
Message
start
Constructors
constructor
new
Main
(
botItems
:
any
, botOptions
:
IMainOptions
, callBack
?:
any
)
:
Main
Parameters
botItems:
any
botOptions:
IMainOptions
Optional
callBack:
any
Returns
Main
Properties
Private
Helpers
Helpers
:
Helpers
Private
Items
Items
:
Items
Private
Message
Message
:
Message
Private
Slack
Slack
:
Slack
Private
bot
bot
:
ISlackbots
Private
debug
debug
:
IDebug
= require("debug")("SlackBot.Main")
Methods
Private
on
Slack
Message
on
Slack
Message
(
callBack
:
IMainOnSlackMessageCallBack
)
:
void
Handling Slack messages
Parameters
callBack:
IMainOnSlackMessageCallBack
Returns
void
Private
start
start
(
botItems
:
any
, options
:
IMainOptions
|
IMainOnSlackMessageCallBack
, callBack
?:
IMainOnSlackMessageCallBack
)
:
void
Parameters
botItems:
any
options:
IMainOptions
|
IMainOnSlackMessageCallBack
Optional
callBack:
IMainOnSlackMessageCallBack
Returns
void
Globals
Easy
Slack
Bot
Filters
Helpers
Items
Main
constructor
Helpers
Items
Message
Slack
bot
debug
on
Slack
Message
start
Message
Slack
IEasy
Slack
Bot
Item
Object
IMain
OnSlack
Message
Call
Back
IMain
Options
IMain
Slack
Options
Iitems
OnMessage
Call
Back
Imessage
OnSlack
Message
Call
Back
Generated using
TypeDoc
Handling Slack messages