Class BotAddedEvent

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

public class BotAddedEvent extends Object implements Event
The bot_added event is sent to all connections for a workspace when an integration "bot" is added. 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_added

See Also: