Skip to main content
Module

x/discord_api_types/v10.ts>GatewayThreadMembersUpdate

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface GatewayThreadMembersUpdate
import { type GatewayThreadMembersUpdate } from "https://deno.land/x/discord_api_types@0.37.11/v10.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