Has anyone been able to figure out how to create a slack bot that listens to direct messages between two users -- using the slack event api? I am working on a bot that needs to be able to get all messages in all channels and direct messages. Currently, it can only get all messages in public channels (after joining them all initially).
I know this was asked about two years ago here: Slack API message.im event is not triggered for other users
and wondering if anyone had some new ideas? Would this be possible if I altered my bot to use RTM rather than the event subscription api?