Interface StageInstanceData


  • @Immutable
    public interface StageInstanceData
    • Method Detail

      • builder

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

        discord4j.discordjson.Id id()
      • guildId

        discord4j.discordjson.Id guildId()
      • channelId

        discord4j.discordjson.Id channelId()
      • privacyLevel

        int privacyLevel()
      • discoveryDisabled

        boolean discoveryDisabled()