slack bot RTM API monitor the channel's activity

319 views Asked by At

I am using simple template of slack bot RTM API, that is given at https://github.com/slackapi/node-slack-sdk

I want to monitor the channel's activity, for example, is channel is salient (no messages) for few minutes, I want to send some message.

How to do so? If it's possible to intervene into the ping/pong event?

0

There are 0 answers