Class UserUpdateActivityOrderEvent

All Implemented Interfaces:
GenericEvent, UpdateEvent<User,List<Activity>>, GenericUserPresenceEvent

public class UserUpdateActivityOrderEvent extends GenericUserUpdateEvent<List<Activity>> implements GenericUserPresenceEvent
Indicates that the Activity order of a User changes.
As with any presence updates this happened for a Member in a Guild!

Can be used to retrieve the User who changed their Activities and their previous Activities.

Identifier: activity_order

Requirements

This event requires the GUILD_PRESENCES intent to be enabled.
createDefault(String) and createLight(String) disable this by default!

Additionally, this event requires the MemberCachePolicy to cache the updated members. Discord does not specifically tell us about the updates, but merely tells us the member was updated and gives us the updated member object. In order to fire a specific event like this we need to have the old member cached to compare against.