public class ChannelLeftEvent extends Object implements Event
Clients should respond to this message by closing the channel — this means that when a channel is left from client A, it will automatically be closed in client B.
In addition to this message, all existing members of the channel will receive a channel_leave message event.
https://api.slack.com/events/channel_left
Constructor and Description |
---|
ChannelLeftEvent() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getActorId() |
String |
getChannel() |
String |
getEventTs() |
String |
getType() |
int |
hashCode() |
void |
setActorId(String actorId) |
void |
setChannel(String channel) |
void |
setEventTs(String eventTs) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getSubtype
public static final String TYPE_NAME
public String getChannel()
public String getActorId()
public String getEventTs()
public void setChannel(String channel)
public void setActorId(String actorId)
public void setEventTs(String eventTs)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.