Class DiscordMessageReactionEvent
java.lang.Object
tv.phantombot.event.Event
tv.phantombot.event.discord.DiscordEvent
tv.phantombot.event.discord.reaction.DiscordReactionEvent
tv.phantombot.event.discord.reaction.DiscordMessageReactionEvent
- Author:
- Branden
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic enumThe type of reaction, either a "add" or "remove".
- 
Constructor SummaryConstructorsConstructorDescriptionClass constructor.Class constructor.
- 
Method SummaryMethods inherited from class tv.phantombot.event.discord.DiscordEventgetChannel, getChannelId, getDiscordChannel, getDiscordMessage, getDiscordUser, getDiscordVoiceChannel, getDiscriminator, getMention, getMessage, getSender, getSenderId, getUsername
- 
Constructor Details- 
DiscordMessageReactionEventClass constructor.- Parameters:
- event-
- type-
 
- 
DiscordMessageReactionEventClass constructor.- Parameters:
- event-
- type-
 
 
- 
- 
Method Details- 
getReactionEmojiMethod that gets the reaction object.- Returns:
 
- 
getTypeMethod that gets the type of reaction.- Returns:
 
- 
getEventMethod that returns the event object.- Returns:
 
 
-