public class GroupLeftEvent extends Object implements Event
The channel value is the string identifier for the private channel.
In addition to this message, all existing members of the group will receive a group_leave message event.
https://api.slack.com/events/group_left
| Constructor and Description |
|---|
GroupLeftEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannel() |
String |
getType() |
int |
hashCode() |
void |
setChannel(String channel) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSubtypepublic static final String TYPE_NAME
Copyright © 2020. All rights reserved.