Package org.javacord.api.interaction
Interface UserContextMenuInteraction
-
- All Superinterfaces:
ApplicationCommandInteraction,DiscordEntity,InteractionBase
public interface UserContextMenuInteraction extends ApplicationCommandInteraction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UsergetTarget()Gets the target user.-
Methods inherited from interface org.javacord.api.interaction.ApplicationCommandInteraction
getCommandId, getCommandIdAsString, getCommandName
-
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, getChannel, getLocale, getServer, getServerLocale, getToken, getType, getUser, getVersion, respondLater, respondLater, respondWithModal, respondWithModal
-
-
-
-
Method Detail
-
getTarget
User getTarget()
Gets the target user.- Returns:
- The target user.
-
-