Skip to main content
Module

x/discordeno/mod.ts>DiscordThreadListSync

Discord API library for Deno
Extremely Popular
Go to Latest
interface DiscordThreadListSync
Re-export
import { type DiscordThreadListSync } from "https://deno.land/x/discordeno@13.0.0-rc45/mod.ts";

Properties

guild_id: string

The id of the guild

optional
channel_ids: string[]

The parent channel ids whose threads are being synced. If omitted, then threads were synced for the entire guild. This array may contain channelIds that have no active threads as well, so you know to clear that data

threads: DiscordChannel[]

All active threads in the given channels that the current user can access

All thread member objects from the synced threads for the current user, indicating which threads the current user has been added to