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