interface GatewayThreadListSync {
    channel_ids?: string[];
    guild_id: string;
    members: APIThreadMember[];
    threads: APIThreadChannel<ThreadChannelType>[];
}

Properties

channel_ids?: string[]

The ids of all the parent channels whose threads are being synced, otherwise the entire guild

guild_id: string

ID of the guild

members: APIThreadMember[]

The member objects for the client user in each joined thread that was synced

Array of the synced threads