Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denocordts/deps.ts>GatewayThreadListSync

An Object Oriented Discord API wrapper for Deno.
Latest
interface GatewayThreadListSync
import { type GatewayThreadListSync } from "https://deno.land/x/denocordts@1.2.0/deps.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