Interface ApplicationCommandInteractionOptionData


  • @Immutable
    public interface ApplicationCommandInteractionOptionData
    • Method Detail

      • builder

        static discord4j.discordjson.json.ImmutableApplicationCommandInteractionOptionData.Builder builder()
      • name

        String name()
        the name of the parameter
      • value

        discord4j.discordjson.possible.Possible<String> value()
        the value of the pair
      • type

        int type()
        the type of the parameter