Class GuildStickerAddedEvent
java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.sticker.GenericGuildStickerEvent
net.dv8tion.jda.api.events.sticker.GuildStickerAddedEvent
- All Implemented Interfaces:
GenericEvent
Indicates that a new
GuildSticker
was added to a Guild
.
Requirements
This event requires the STICKER
CacheFlag to be enabled, which requires
the GUILD_EXPRESSIONS
intent.
createLight(String)
disables that CacheFlag by default!
-
Constructor Summary
ConstructorDescriptionGuildStickerAddedEvent
(JDA api, long responseNumber, Guild guild, GuildSticker sticker) -
Method Summary
Methods inherited from class net.dv8tion.jda.api.events.sticker.GenericGuildStickerEvent
getGuild, getSticker
Methods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getRawData, getResponseNumber, toString
-
Constructor Details
-
GuildStickerAddedEvent
-