Class YCommandInteraction
java.lang.Object
io.github.yusufsdiscordbot.yusufsdiscordcore.bot.interaction.YReplyCallback
io.github.yusufsdiscordbot.yusufsdiscordcore.bot.interaction.YCommandInteractionPayload
io.github.yusufsdiscordbot.yusufsdiscordcore.bot.interaction.YCommandInteraction
- Direct Known Subclasses:
YSlashCommandInteraction,YSlashCommandInteractionEvent
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedYCommandInteraction(net.dv8tion.jda.api.interactions.callbacks.IReplyCallback callback) protectedYCommandInteraction(net.dv8tion.jda.api.interactions.callbacks.IReplyCallback callback, net.dv8tion.jda.api.interactions.commands.CommandInteractionPayload commandInteractionPayload) -
Method Summary
Methods inherited from class io.github.yusufsdiscordbot.yusufsdiscordcore.bot.interaction.YCommandInteractionPayload
getChannel, getChannelType, getCommandId, getCommandIdLong, getCommandInteractionPayload, getCommandPath, getCommandString, getCommandType, getGuild, getGuildChannel, getGuildLocale, getId, getIdLong, getJDA, getMember, getMessageChannel, getName, getNewsChannel, getOption, getOption, getOption, getOption, getOptions, getOptionsByName, getOptionsByType, getPrivateChannel, getSubcommandGroup, getSubcommandName, getTextChannel, getThreadChannel, getTimeCreated, getToken, getType, getTypeRaw, getUser, getUserLocale, getVoiceChannel, isAcknowledged, isFromGuildMethods inherited from class io.github.yusufsdiscordbot.yusufsdiscordcore.bot.interaction.YReplyCallback
deferReply, deferReply, getCallback, getHook, reply, reply, replyEmbeds, replyEmbeds, replyFile, replyFile, replyFile, replyFile, replyFormat, replyQueuedEmbed, replyQueuedEphemeral, replyQueuedEphemeralEmbed, replyQueuedMessage
-
Constructor Details
-
YCommandInteraction
protected YCommandInteraction(net.dv8tion.jda.api.interactions.callbacks.IReplyCallback callback, net.dv8tion.jda.api.interactions.commands.CommandInteractionPayload commandInteractionPayload) -
YCommandInteraction
protected YCommandInteraction(net.dv8tion.jda.api.interactions.callbacks.IReplyCallback callback)
-