Package com.slack.api.model.event
Class GroupJoinedEvent
java.lang.Object
com.slack.api.model.event.GroupJoinedEvent
- All Implemented Interfaces:
Event,Serializable
The group_joined event is sent to all connections for a user when that user joins a private channel.
The channel value is the string identifier for the private channel.
https://docs.slack.dev/reference/events/group_joined
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetType()inthashCode()voidsetChannel(GroupJoinedEvent.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
-
GroupJoinedEvent
public GroupJoinedEvent()
-
-
Method Details