Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/discordeno_patched/packages/embeds/deps.ts>getThreadMembers

Discord API library for Node and Deno
Go to Latest
function getThreadMembers
import { getThreadMembers } from "https://deno.land/x/discordeno_patched@18.0.2/packages/embeds/deps.ts";

Gets the list of thread members for a thread.

Parameters

bot: Bot
  • The bot instance to use to make the request.
channelId: BigString
  • The ID of the thread to get the thread members of.

Returns

Promise<Collection<bigint, ThreadMember>>

A collection of ThreadMember assorted by user ID.