This change enables executing slash commands through the API. While it isn't documented, chat.command can be seen in use in the Slack web UI. command is the slash command to apply, for example giphy or todo or catfact. text is the query or arguments to the slash command.
This change enables executing slash commands through the API. While it isn't documented, chat.command can be seen in use in the Slack web UI.
command
is the slash command to apply, for examplegiphy
ortodo
orcatfact
.text
is the query or arguments to the slash command.