From 0cb6c8418f0ff9c608bcc5297f2d96442c7e3fb2 Mon Sep 17 00:00:00 2001 From: ManHat Date: Tue, 2 Sep 2025 19:25:43 +0300 Subject: [PATCH] fix(threads): missing field --- docs/topics/threads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/threads.md b/docs/topics/threads.md index f0951e7af3..846cefa3c2 100644 --- a/docs/topics/threads.md +++ b/docs/topics/threads.md @@ -28,7 +28,7 @@ The list of gateway events that may be dropped includes, but is not limited to: Threads share and repurpose a number of the existing fields from the [channel object](/docs/resources/channel#channel-object): -- `id`, `guild_id`, `type`, `name`, `last_message_id`, `last_pin_timestamp`, `rate_limit_per_user` are being re-used +- `id`, `guild_id`, `type`, `name`, `last_message_id`, `last_pin_timestamp`, `rate_limit_per_user` and `flags` are being re-used - `owner_id` has been repurposed to store the id of the user that started the thread - `parent_id` has been repurposed to store the id of the `GUILD_TEXT` or `GUILD_ANNOUNCEMENT` channel the thread was created in