Skip to main content
Module

x/discordeno/mod.ts>getThreadMembers

Discord API library for Deno
Latest
function getThreadMembers
import { getThreadMembers } from "https://deno.land/x/discordeno@18.0.1/mod.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.