Skip to main content
Module

x/denocordts/deps.ts>GatewayThreadMembersUpdate

An Object Oriented Discord API wrapper for Deno.
Latest
interface GatewayThreadMembersUpdate
import { type GatewayThreadMembersUpdate } from "https://deno.land/x/denocordts@1.2.0/deps.ts";

Properties

The id of the thread for which members are being synced

guild_id: Snowflake

The id of the guild that the thread is in

member_count: number

The approximate member count of the thread, does not count above 50 even if there are more members

optional
added_members: APIThreadMember[]

The members that were added to the thread

optional
removed_member_ids: Snowflake[]

The ids of the members that were removed from the thread