Class GroupJoinedEvent

java.lang.Object
com.slack.api.model.event.GroupJoinedEvent
All Implemented Interfaces:
Event, Serializable

public class GroupJoinedEvent extends Object implements Event
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://api.slack.com/events/group_joined

See Also: