Interface StartThreadRequest


  • @Immutable
    public interface StartThreadRequest
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      discord4j.discordjson.possible.Possible<Integer> autoArchiveDuration()
      duration in minutes to automatically archive the thread after recent activity, can be set to: 60, 1440, 4320, 10080
      static discord4j.discordjson.json.ImmutableStartThreadRequest.Builder builder()  
      String name()
      1-100 character channel name
      discord4j.discordjson.possible.Possible<Integer> rateLimitPerUser()
      amount of seconds a user has to wait before sending another message (0-21600)
    • Method Detail

      • builder

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

        String name()
        1-100 character channel name
      • autoArchiveDuration

        discord4j.discordjson.possible.Possible<Integer> autoArchiveDuration()
        duration in minutes to automatically archive the thread after recent activity, can be set to: 60, 1440, 4320, 10080
      • rateLimitPerUser

        discord4j.discordjson.possible.Possible<Integer> rateLimitPerUser()
        amount of seconds a user has to wait before sending another message (0-21600)