Uses of Interface
org.javacord.api.interaction.MessageInteraction
-
Packages that use MessageInteraction Package Description org.javacord.api.entity.message -
-
Uses of MessageInteraction in org.javacord.api.entity.message
Methods in org.javacord.api.entity.message that return types with arguments of type MessageInteraction Modifier and Type Method Description java.util.Optional<MessageInteraction>Message. getMessageInteraction()Gets the Message Interaction Object if the message is a response to an Interaction without an existing message.
-