Skip to main content
Latest
interface DiscordThreadMembersUpdate
Re-export
import { type DiscordThreadMembersUpdate } from "https://deno.land/x/discordeno@18.0.1/mod.ts";

Properties

id: string

The id of the thread

guild_id: string

The id of the guild

optional
added_members: DiscordThreadMember[]

The users who were added to the thread

optional
removed_member_ids: string[]

The id of the users who were removed from the thread

member_count: number

the approximate number of members in the thread, capped at 50