Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/topics/threads.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down