Class SubteamMembersChangedEvent

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

public class SubteamMembersChangedEvent
extends Object
implements Event
The subteam_members_changed event is sent to all connections for a workspace when users are added or removed from an existing User Group. Clients can use the timestamp information to detect if they are out of sync with the user list.

Unlike subteam_updated, this only shows the delta of added or removed members and does not include a snapshot of the User Group.

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

See Also:
Serialized Form