Class GuildMemberUpdateBoostTimeEvent
java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.guild.GenericGuildEvent
net.dv8tion.jda.api.events.guild.member.GenericGuildMemberEvent
net.dv8tion.jda.api.events.guild.member.update.GenericGuildMemberUpdateEvent<OffsetDateTime>
net.dv8tion.jda.api.events.guild.member.update.GuildMemberUpdateBoostTimeEvent
- All Implemented Interfaces:
GenericEvent, UpdateEvent<Member, OffsetDateTime>
Indicates that a
This happens when a member started or stopped boosting a guild.
Member updated their Guild boost time.
This happens when a member started or stopped boosting a guild.
Can be used to retrieve members who boosted and the triggering guild.
Identifier: boost_time
Requirements
This event requires the GUILD_MEMBERS 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.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGuildMemberUpdateBoostTimeEvent(JDA api, long responseNumber, Member member, OffsetDateTime previous) -
Method Summary
Modifier and TypeMethodDescriptionThe new boost timeThe old boost timeMethods inherited from class GenericGuildMemberUpdateEvent
getEntity, getNewValue, getOldValue, getPropertyIdentifierMethods inherited from class GenericGuildMemberEvent
getMember, getUserMethods inherited from class GenericGuildEvent
getGuildMethods inherited from class Event
getJDA, getRawData, getResponseNumber, toStringMethods inherited from interface GenericEvent
getJDA, getRawData, getResponseNumberMethods inherited from interface UpdateEvent
getEntityType
-
Field Details
-
IDENTIFIER
- See Also:
-
-
Constructor Details
-
GuildMemberUpdateBoostTimeEvent
public GuildMemberUpdateBoostTimeEvent(@Nonnull JDA api, long responseNumber, @Nonnull Member member, @Nullable OffsetDateTime previous)
-
-
Method Details
-
getOldTimeBoosted
-
getNewTimeBoosted
-