discord.listThreadMembers lists membership records for a thread.
automations/discord-list-thread-members.automation.ts
Inputs
RequiredthreadId. Optional after user cursor and limit from 1–100. Optional second argument { account } selects the Discord binding.
Output
ReturnsDiscordThreadMember[] with thread ID, user ID, join timestamp, and flags when Discord provides them.