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

Add replyAcknowledge to docs #387

Merged
merged 1 commit into from
Oct 7, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions readme-slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,18 @@ When a slash command is received from Slack, Botkit fires the `slash_command` ev
When an outgoing webhook is recieved from Slack, Botkit fires the `outgoing_webhook` event.


#### bot.replyAcknowledge

| Argument | Description
|--- |---
| callback | optional callback

When used with slash commands, this function responds with a 200 OK response
with an empty response body.
[View Slack's docs here](https://api.slack.com/slash-commands)



#### bot.replyPublic()

| Argument | Description
Expand Down