status
Endpoints for getting and updating user statuses.
Get user status
Get user status by id from the server.
Update user status
Manually set a user's status. When setting a user's status, the status will remain that value until set โonlineโ again, which will return the status to being automatically updated based on user activity.
Get user statuses by id
Get a list of user statuses by id from the server.
Update user custom status
Updates a user's custom status by setting the value in the user's props and updates the user. Also save the given custom status to the recent custom statuses in the user's props
Unsets user custom status
Unsets a user's custom status by updating the user's props and updates the user
Delete user's recent custom status
Deletes a user's recent custom status by removing the specific status from the recentCustomStatuses in the user's props and updates the user.
Delete user's recent custom status
Deletes a user's recent custom status by removing the specific status from the recentCustomStatuses in the user's props and updates the user.