Inumedia / SlackAPI

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

Auth feature #270

Closed ifonya105 closed 3 years ago

ifonya105 commented 3 years ago

fixed auth with the token added conversation list test added is_im property added user property to channel fixed upload file method fixed UserUIInteraction test

mckunda commented 3 years ago

@ifonya105 Channel already has is_im and user fields, and that's why the appveyor build has failed.

ifonya105 commented 3 years ago

@ifonya105 Channel already has is_im and user fields, and that's why the appveyor build has failed.

yeah, it's strange that I didn't notice it. I'll fix

we4sz commented 3 years ago

When can we expect this? It's blocking my current development :)

ifonya105 commented 3 years ago

Someone please accept the request.

AdamCLarsen commented 3 years ago

When can we expect this? It's blocking my current development :)

This is blocking my project as well, would be helpful to get this out.