Interface GenericUserPresenceEvent
-
- All Superinterfaces:
GenericEvent
- All Known Implementing Classes:
UserActivityEndEvent
,UserActivityStartEvent
,UserUpdateActivityOrderEvent
,UserUpdateOnlineStatusEvent
public interface GenericUserPresenceEvent extends GenericEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Guild
getGuild()
Guild in which the presence has changed.Member
getMember()
Member who changed their presence.-
Methods inherited from interface net.dv8tion.jda.api.events.GenericEvent
getJDA, getResponseNumber
-
-