Skip to main content
Module

x/discord_api_types/v9.ts>GatewayThreadListSync

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface GatewayThreadListSync
import { type GatewayThreadListSync } from "https://deno.land/x/discord_api_types@0.37.11/v9.ts";

Properties

guild_id: Snowflake

ID of the guild

optional
channel_ids: Snowflake[]

The ids of all the parent channels whose threads are being synced, otherwise the entire guild

threads: APIChannel[]

Array of the synced threads

members: APIThreadMember[]

The member objects for the client user in each joined thread that was synced