Inumedia / SlackAPI

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

Where are the pins.* methods? #201

Closed hrytskivr closed 4 years ago

hrytskivr commented 5 years ago

I'm trying to figure out how to pin/unpin message in Slack using this SlackAPI library and I can't find implementations of such methods. Where are they?

Inumedia commented 5 years ago

Those are not methods anyone has implemented in this library. My hunch is that it would be very easy to add support for them.

You're welcome to implement them and submit a PR for it

hrytskivr commented 5 years ago

Okay, thanks, I'll work on that and reference my pull request in this thread.