Interface ApplicationCommandInteractionData


  • @Immutable
    public interface ApplicationCommandInteractionData
    • Method Detail

      • builder

        static discord4j.discordjson.json.ImmutableApplicationCommandInteractionData.Builder builder()
      • id

        discord4j.discordjson.possible.Possible<String> id()
        the ID of the invoked command
      • name

        discord4j.discordjson.possible.Possible<String> name()
        the name of the invoked command
      • customId

        discord4j.discordjson.possible.Possible<String> customId()
      • componentType

        discord4j.discordjson.possible.Possible<Integer> componentType()
      • values

        discord4j.discordjson.possible.Possible<List<String>> values()