Skip to content

Commit 7a6449d

Browse files
authored
fix(threads): missing field (#7802)
1 parent 76ca34c commit 7a6449d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/threads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The list of gateway events that may be dropped includes, but is not limited to:
2828

2929
Threads share and repurpose a number of the existing fields from the [channel object](/docs/resources/channel#channel-object):
3030

31-
- `id`, `guild_id`, `type`, `name`, `last_message_id`, `last_pin_timestamp`, `rate_limit_per_user` are being re-used
31+
- `id`, `guild_id`, `type`, `name`, `last_message_id`, `last_pin_timestamp`, `rate_limit_per_user` and `flags` are being re-used
3232
- `owner_id` has been repurposed to store the id of the user that started the thread
3333
- `parent_id` has been repurposed to store the id of the `GUILD_TEXT` or `GUILD_ANNOUNCEMENT` channel the thread was created in
3434

0 commit comments

Comments
 (0)