Interface RequestableMessageEvent

    • Method Detail

      • requestMessage

        java.util.concurrent.CompletableFuture<Message> requestMessage()
        Requests a message from Discord, if it's not cached.
        Returns:
        The message either from the cache or directly from Discord.
        See Also:
        TextChannel.getMessageById(long)