Inumedia / SlackAPI

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

Allow explicit unfurl_links = false #221

Closed hognevevle closed 4 years ago

hognevevle commented 4 years ago

unfurl_links is only included in API request if set to true. Because Slack will do some unfurling by default unless you explicitly tell them not to, we should have a way of providing this.