Class Routes.Channel.Thread

java.lang.Object
io.github.dawncord.api.Routes.Channel.Thread
Enclosing class:
Routes.Channel

public static class Routes.Channel.Thread extends Object
Routes related to threads within channels.
  • Constructor Details

    • Thread

      public Thread()
  • Method Details

    • All

      public static String All(String channelId)
      Constructs the route to retrieve all threads within a channel.
      Parameters:
      channelId - The ID of the channel.
      Returns:
      The route to retrieve all threads within the channel.