public class SubteamUpdatedEvent extends Object implements Event
Clients can use this to update their local list of groups and group members. The users field is truncated at 500, however the user_count field will still show the actual count.
If you are only interested in User Group membership changes, consider using the subteam_members_changed event instead.
This event type may also arise when a subteam has been disabled.
https://api.slack.com/events/subteam_updated
| Modifier and Type | Class and Description |
|---|---|
static class |
SubteamUpdatedEvent.Prefs |
static class |
SubteamUpdatedEvent.Subteam |
| Constructor and Description |
|---|
SubteamUpdatedEvent() |
public static final String TYPE_NAME
Copyright © 2019. All Rights Reserved.