public class ChannelJoinedEvent extends Object implements Event
In addition to this message, all existing members of the channel may receive a channel_join message event.
Of course, there's also the fresher, more dependable member_joined_channel. This changelog entry clears it all up.
https://api.slack.com/events/channel_joined
| Modifier and Type | Class and Description |
|---|---|
static class |
ChannelJoinedEvent.Channel |
| Constructor and Description |
|---|
ChannelJoinedEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
ChannelJoinedEvent.Channel |
getChannel() |
String |
getType() |
int |
hashCode() |
void |
setChannel(ChannelJoinedEvent.Channel channel) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSubtypepublic static final String TYPE_NAME
public ChannelJoinedEvent.Channel getChannel()
public void setChannel(ChannelJoinedEvent.Channel channel)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.