From f37e6629f8cbd3e2d30409d8fde494ec9e25721e Mon Sep 17 00:00:00 2001 From: Sora Takemi Date: Fri, 19 Jun 2026 15:29:42 +0530 Subject: [PATCH] Removed redundant optional mark from flags and applied_tags fields in channel.mdx --- developers/resources/channel.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developers/resources/channel.mdx b/developers/resources/channel.mdx index b90e62ee8c..1803f1a562 100644 --- a/developers/resources/channel.mdx +++ b/developers/resources/channel.mdx @@ -440,8 +440,8 @@ Otherwise, requires the `MANAGE_THREADS` permission. Fires a [Thread Update](/de | locked | boolean | whether the thread is locked; when a thread is locked, only users with MANAGE_THREADS can unarchive it | | invitable | boolean | whether non-moderators can add other non-moderators to a thread; only available on private threads | | rate_limit_per_user | ?integer | amount of seconds a user has to wait before sending another message (0-21600); bots, as well as users with the permission `BYPASS_SLOWMODE`, are unaffected | -| flags? | integer | [channel flags](/developers/resources/channel#channel-object-channel-flags) combined as a [bitfield](https://en.wikipedia.org/wiki/Bit_field); `PINNED` can only be set for threads in forum and media channels | -| applied_tags? | array of snowflakes | the IDs of the set of tags that have been applied to a thread in a `GUILD_FORUM` or a `GUILD_MEDIA` channel; limited to 5 | +| flags | integer | [channel flags](/developers/resources/channel#channel-object-channel-flags) combined as a [bitfield](https://en.wikipedia.org/wiki/Bit_field); `PINNED` can only be set for threads in forum and media channels | +| applied_tags | array of snowflakes | the IDs of the set of tags that have been applied to a thread in a `GUILD_FORUM` or a `GUILD_MEDIA` channel; limited to 5 | ## Set Voice Channel Status /channels/[\{channel.id\}](/developers/resources/channel#channel-object)/voice-status