Skip to main content

DiscordThreadListSync

@discordeno/bot


Documentation / @discordeno/bot / DiscordThreadListSync

Interface: DiscordThreadListSync

Defined in: packages/types/dist/types/discord.d.ts:1922

Properties

channel_ids?

optional channel_ids: string[]

Defined in: packages/types/dist/types/discord.d.ts:1926

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


guild_id

guild_id: string

Defined in: packages/types/dist/types/discord.d.ts:1924

The id of the guild


members

members: DiscordThreadMember[]

Defined in: packages/types/dist/types/discord.d.ts:1930

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


threads

threads: DiscordChannel[]

Defined in: packages/types/dist/types/discord.d.ts:1928

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