Skip to main content
Module

x/wackford/discordeno.ts>DiscordThreadMembersUpdate

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
interface DiscordThreadMembersUpdate
Re-export
import { type DiscordThreadMembersUpdate } from "https://deno.land/x/wackford@v0.0.5/discordeno.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