Class BotChangedEvent

java.lang.Object
com.slack.api.model.event.BotChangedEvent
All Implemented Interfaces:
Event, Serializable

public class BotChangedEvent extends Object implements Event
The bot_changed event is sent to all connections for a workspace when an integration "bot" is updated. Clients can use this to update their local list of bots.

If the bot belongs to a Slack app, the event will also include an app_id pointing to its parent app.

https://api.slack.com/events/bot_changed

See Also: