Class TeamProfileReorderEvent

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

public class TeamProfileReorderEvent extends Object implements Event
The team_profile_reorder event is sent to all connections for a workspace when Workspace Admin reorders the field definitions in the profile. The payload includes only the id and the ordering for each field definition that is reordered. Where appropriate, clients should update to reflect new changes immediately.

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

See Also: