Package org.javacord.api.interaction
Interface MessageContextMenuInteraction
-
- All Superinterfaces:
ApplicationCommandInteraction,DiscordEntity,InteractionBase
public interface MessageContextMenuInteraction extends ApplicationCommandInteraction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessagegetTarget()Gets the target message.-
Methods inherited from interface org.javacord.api.interaction.ApplicationCommandInteraction
getCommandId, getCommandIdAsString, getCommandName, getRegisteredCommandServer, getRegisteredCommandServerId
-
Methods inherited from interface org.javacord.api.entity.DiscordEntity
getApi, getCreationTimestamp, getId, getIdAsString
-
Methods inherited from interface org.javacord.api.interaction.InteractionBase
createFollowupMessageBuilder, createImmediateResponder, getApplicationId, getBotPermissions, getChannel, getLocale, getServer, getServerLocale, getToken, getType, getUser, getVersion, respondLater, respondLater, respondWithModal, respondWithModal
-
-
-
-
Method Detail
-
getTarget
Message getTarget()
Gets the target message.- Returns:
- The target message.
-
-