GatewayThreadListSync
https://discord.com/developers/docs/topics/gateway-events#thread-list-sync-thread-list-sync-event-fields
Signature
export interface GatewayThreadListSyncProperties
4Methods
0No methods.
Properties
guild_id: Snowflake;ID of the guild
channel_ids?: Snowflake[];The ids of all the parent channels whose threads are being synced, otherwise the entire guild
threads: APIThreadChannel[];Array of the synced threads
members: APIThreadMember[];The member objects for the client user in each joined thread that was synced