Package com.slack.api.model.event
Class CommandsChangedEvent
java.lang.Object
com.slack.api.model.event.CommandsChangedEvent
- All Implemented Interfaces:
Event,Serializable
public class CommandsChangedEvent extends Object implements Event
The commands_changed event is sent to all connections for a workspace when a slash command for that workspace is added, removed or changed.
This functionality is only used by our web client. The other APIs required to support slash command metadata are currently unstable. Until they are released other clients should ignore this event.
https://api.slack.com/events/commands_changed
- See Also:
- Serialized Form
-
Field Details
-
TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
CommandsChangedEvent
public CommandsChangedEvent()
-
-
Method Details