Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Added Slack chat.scheduleMessage to web api
Browse files Browse the repository at this point in the history
Slack recently released new functionality:
https://api.slack.com/messaging/scheduling
  • Loading branch information
richardqhill committed Mar 13, 2019
1 parent 68f18dd commit c0219f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Slack_web_api.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ module.exports = function(bot, config) {
'chat.getPermalink',
'chat.postMessage',
'chat.postEphemeral',
'chat.scheduleMessage',
'chat.update',
'chat.unfurl',
'conversations.archive',
Expand Down

0 comments on commit c0219f3

Please sign in to comment.