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?