ThreadListSyncEvent

interface ThreadListSyncEvent

Payload for thread list sync events.

exported from lib.weeble.d

Properties

Property

Type

Description

channelIds

string[]

Parent channel IDs whose threads were synced (empty = all).

guildId

string

ID of the guild.

members

{ id: string; joinedAt: Date | null; userId: string }[]

Thread members the bot is added to.

threads

ThreadChannel[]

All active thread channels.