Package io.github.dawncord.api
Class Routes.Channel.Thread.Member
java.lang.Object
io.github.dawncord.api.Routes.Channel.Thread.Member
- Enclosing class:
- Routes.Channel.Thread
Routes related to members within threads.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Member
public Member()
-
-
Method Details
-
Get
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
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.
-