Inumedia / SlackAPI

.NET Implementation of the Slack team communication platform API.
MIT License
452 stars 243 forks source link

Question about SlackTaskClient #259

Open readmaniak opened 4 years ago

readmaniak commented 4 years ago

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.