Method ListJoinedMembersAsync
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
ListJoinedMembersAsync()
Returns a full list of the thread members in this thread. Requires the GuildMembers intent specified in Intents
public Task<IReadOnlyList<DiscordThreadChannelMember>> ListJoinedMembersAsync()
Returns
- Task<IReadOnlyList<DiscordThreadChannelMember>>
A collection of all threads members in this thread.
Exceptions
- ServerErrorException
Thrown when Discord is unable to process the request.