Am I right that SlackTaskClient is simply an asynchronous version of SlackSocketClient? If so, then what's the analogue of SlackSocketClient.OnMessageReceived event in SlackTaskClient? Is it possible to create a simple slack bot (that responds to direct messages sent to it) using SlackTaskClient?
Thanks in advance.
Am I right that SlackTaskClient is simply an asynchronous version of SlackSocketClient? If so, then what's the analogue of SlackSocketClient.OnMessageReceived event in SlackTaskClient? Is it possible to create a simple slack bot (that responds to direct messages sent to it) using SlackTaskClient? Thanks in advance.