Skip to main content
Latest
interface DiscordThreadListSync
import { type DiscordThreadListSync } from "https://deno.land/x/discordeno@18.0.1/types/discord.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