Package com.slack.api.model.event
Class ChannelJoinedEvent
java.lang.Object
com.slack.api.model.event.ChannelJoinedEvent
- All Implemented Interfaces:
Event,Serializable
The channel_joined event is sent to all connections for a user when that user joins a channel.
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://docs.slack.dev/reference/events/channel_joined
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetType()inthashCode()voidsetChannel(ChannelJoinedEvent.Channel channel) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.slack.api.model.event.Event
getSubtype
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
ChannelJoinedEvent
public ChannelJoinedEvent()
-
-
Method Details