slack icon indicating copy to clipboard operation
slack copied to clipboard

Slack API in Go, originally by @nlopes; Maintainers needed, contact @parsley42

Results 161 slack issues
Sort by recently updated
recently updated
newest added

Per the pr guidelines this should apparently been an issue, but seeing as nothing else in the library uses this and it was public until https://github.com/slack-go/slack/pull/57 was merged that we...

api cleanup

### What happened - Published a home view with some text and a simple static_select element - Every subsequent "AppHomeOpened" event has been parsed as "err_bad_message" ` &{Cause:parsing Events API...

needs investigation
slack's bug

Encouraged by @nolanlum in #996, opening a PR, hoping that this would be useful to community. ##### PR preparation - [x] Run `make pr-prep` from the root of the repository...

thinking

NOTE: The original description of this PR is outdated, but left here for reference. See the discussion for how the PR was updated. - [X] Run `make pr-prep` from the...

needs review
SocketMode
bugfix

### What happened After noticing one of my robots became unresponsive for several minutes, I ran a bot locally and artificially prevented the slack ping from being received using an...

### What happened Change long hasn't been updated since v0.7.0 has been released ### Expected behavior Changelog should be updated with every subsequent release to be aware of updates and...

documentation
thinking
proposal

Dupe of https://github.com/slack-go/slack/pull/905, except that it doesn't contain all the changes to our forked master branch anymore. --- **Problem:** There's no way to surface Slack's API warnings in application code...

enhancement
needs review
thinking

Add [include_num_members](https://api.slack.com/methods/conversations.info#arg_include_num_members) support to [conversation.info](https://api.slack.com/methods/conversations.info) request

enhancement
breaking changes

Fixes #1079 - breaks API compatibility as a struct is exported, but I assume it was not intended to be unexported.

api cleanup

### Description Slack has multiple different types of API tokens, each identified by a specific prefix. For example, bot users have a token prefixed with `xoxb`. Using browser devtools, one...

spec undocumented
feature request