Package com.slack.api.model.event
Class UserStatusChangedEvent
java.lang.Object
com.slack.api.model.event.UserStatusChangedEvent
- All Implemented Interfaces:
Event,Serializable
The user_status_changed event is sent to all connections for a workspace when a user's status is changed.
The event is identical to the existing user_change event. Both user_change and user_status_changed are dispatched
at the exact same time. Use the users.profile.set method to update user profile data.
https://docs.slack.dev/reference/events/user_change
- See Also:
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
UserStatusChangedEvent
public UserStatusChangedEvent()
-
-
Method Details