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