Interface GuildWelcomeScreenModifyRequest


  • @Immutable
    public interface GuildWelcomeScreenModifyRequest
    • Method Detail

      • builder

        static discord4j.discordjson.json.ImmutableGuildWelcomeScreenModifyRequest.Builder builder()
      • enabled

        discord4j.discordjson.possible.Possible<Optional<Boolean>> enabled()
      • description

        discord4j.discordjson.possible.Possible<Optional<String>> description()