public class BotAddedEvent extends Object implements Event
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
| Modifier and Type | Class and Description |
|---|---|
static class |
BotAddedEvent.Bot |
| Constructor and Description |
|---|
BotAddedEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
BotAddedEvent.Bot |
getBot() |
String |
getType() |
int |
hashCode() |
void |
setBot(BotAddedEvent.Bot bot) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSubtypepublic static final String TYPE_NAME
public BotAddedEvent.Bot getBot()
public void setBot(BotAddedEvent.Bot bot)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.