We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76ca34c commit 7a6449dCopy full SHA for 7a6449d
docs/topics/threads.md
@@ -28,7 +28,7 @@ The list of gateway events that may be dropped includes, but is not limited to:
28
29
Threads share and repurpose a number of the existing fields from the [channel object](/docs/resources/channel#channel-object):
30
31
-- `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
32
- `owner_id` has been repurposed to store the id of the user that started the thread
33
- `parent_id` has been repurposed to store the id of the `GUILD_TEXT` or `GUILD_ANNOUNCEMENT` channel the thread was created in
34
0 commit comments