socket-mode
Here are 7 public repositories matching this topic...
Description
Node.js 16 is now available.
https://nodejs.medium.com/node-js-16-available-now-7f5099a97e70
We can start testing with the runtime.
https://github.com/slackapi/node-slack-sdk/blob/d4e89b7270c07423656f7a6fea52782345aa9254/.github/workflows/ci-build.yml#L20
What type of issue is this? (place an x in one of the [ ])
- bug
- enhancement (feature request)
Description
The code snippet in the "Acknowledging events" document should be updated to be compatible with the latest platform features (say, block_actions / block_suggestions etc.).
In bolt-python document, we have a block_suggestion code example: https://slack.dev/bolt-python/concepts#acknowledge Perhaps, something similar would be mor
The existing users.info integration tests do not verify the patterns with stranger users, which are the ones in a different org/workspace connected through Slack Connect.
For this reason, the generated JSON data does not have the property is_stranger: boolean (the property can exist only when a user is a stranger as of today): https://github.com/slackapi/java-slack-sdk/blob/main/json-logs/sa
-
Updated
Jul 2, 2021 - Python
-
Updated
Feb 20, 2021 - TypeScript
-
Updated
May 20, 2021 - TypeScript
Improve this page
Add a description, image, and links to the socket-mode topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the socket-mode topic, visit your repo's landing page and select "manage topics."
Usually,
next_cursorin an API response exists underresponse_metadataproperty. However, only admin.conversations.search API method's response has it at the top level: https://github.com/slackapi/java-slack-sdk/blob/main/slack-api-client/src/main/java/com/slack/api/methods/response/admin/conversations/AdminConversationsSearchResponse.java#L19Due to this inconsistency, this part in this Py