Class SubteamCreatedEvent

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

public class SubteamCreatedEvent extends Object implements Event
The subteam_created event is sent to all connections for a workspace when a new User Group is created. Clients can use this to update their local list of User Groups and group members.

https://api.slack.com/events/subteam_created

See Also: