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