This is a third party implementation of Slack's API written in C#. This supports their WebAPI aswell as their Real Time Messaging API.
Original source code was implemented by Inumedia.
See: https://github.com/Inumedia/SlackAPI
This repo has some changes as follows:
- Add Slack Real Time Messaging API example for C#
- Support attachments propertiy, which is used by some service such as IFTTT
- Add RawMessage propertiy to get raw JSON data from Slack