Class DiscordUserVoiceChannelEvent
java.lang.Object
tv.phantombot.event.Event
tv.phantombot.event.discord.DiscordEvent
tv.phantombot.event.discord.uservoicechannel.DiscordUserVoiceChannelEvent
- Direct Known Subclasses:
DiscordUserVoiceChannelJoinEvent
,DiscordUserVoiceChannelPartEvent
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Abstract constructor.protected
DiscordUserVoiceChannelEvent
(User user, VoiceChannel voicechannel) Abstract constructor. -
Method Summary
Methods inherited from class tv.phantombot.event.discord.DiscordEvent
getChannel, getChannelId, getDiscordChannel, getDiscordMessage, getDiscordUser, getDiscordVoiceChannel, getDiscriminator, getMention, getMessage, getSender, getSenderId, getUsername
-
Constructor Details
-
DiscordUserVoiceChannelEvent
Abstract constructor.- Parameters:
user
-
-
DiscordUserVoiceChannelEvent
Abstract constructor.- Parameters:
user
-voicechannel
-
-