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 SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionGuildMemberUpdateBoostTimeEvent(JDA api, long responseNumber, Member member, OffsetDateTime previous) 
- 
Method SummaryModifier and TypeMethodDescriptionThe new boost timeThe old boost timeMethods inherited from class net.dv8tion.jda.api.events.guild.member.update.GenericGuildMemberUpdateEventgetEntity, getNewValue, getOldValue, getPropertyIdentifierMethods inherited from class net.dv8tion.jda.api.events.guild.member.GenericGuildMemberEventgetMember, getUserMethods inherited from class net.dv8tion.jda.api.events.guild.GenericGuildEventgetGuildMethods inherited from class net.dv8tion.jda.api.events.EventgetJDA, getRawData, getResponseNumber, toStringMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.dv8tion.jda.api.events.GenericEventgetJDA, getRawData, getResponseNumberMethods inherited from interface net.dv8tion.jda.api.events.UpdateEventgetEntityType
- 
Field Details- 
IDENTIFIER- See Also:
 
 
- 
- 
Constructor Details- 
GuildMemberUpdateBoostTimeEvent
 
- 
- 
Method Details- 
getOldTimeBoostedThe old boost time- Returns:
- The old boost time
 
- 
getNewTimeBoostedThe new boost time- Returns:
- The new boost time
 
 
-