From 396aed6f87a8206d1f2652fe3b4cec5790a582e4 Mon Sep 17 00:00:00 2001 From: Sacul <183588943+Sacul0457@users.noreply.github.com> Date: Sat, 8 Nov 2025 11:38:54 +0800 Subject: [PATCH] Update resolved channel fields --- .../developers/docs/interactions/receiving-and-responding.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/developers/docs/interactions/receiving-and-responding.mdx b/discord/developers/docs/interactions/receiving-and-responding.mdx index 8f986c562a..cd490f770f 100644 --- a/discord/developers/docs/interactions/receiving-and-responding.mdx +++ b/discord/developers/docs/interactions/receiving-and-responding.mdx @@ -176,7 +176,7 @@ If data for a Member is included, data for its corresponding User will also be i \* Partial `Member` objects are missing `user`, `deaf` and `mute` fields -\*\* Partial `Channel` objects only have `id`, `name`, `type`, `permissions`, `last_message_id`, `last_pin_timestamp`, `nsfw`, `parent_id`, `guild_id`, `flags`, `rate_limit_per_user`, `topic` and `position` fields. Threads will also have the `thread_metadata` field. +\*\* Partial `Channel` objects are (always) missing `permission_overwrites`, `recipients`, `icon`, `application_id`, `managed` and `member` fields. Threads will have the `thread_metadata` field. ###### Application Command Interaction Data Option Structure