Class Routes.Channel.Thread.Member

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

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

    • Member

      public Member()
  • Method Details

    • Get

      public static String Get(String channelId, String userId)
      Constructs the route to retrieve a member of a thread within a channel.
      Parameters:
      channelId - The ID of the channel.
      userId - The ID of the user.
      Returns:
      The route to retrieve the thread member.
    • All

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