From 32ee7cbe2792edb1a29412ec3ffd0cb9f525a0fa Mon Sep 17 00:00:00 2001 From: Kshitij Anurag <230598819+kshitijanurag@users.noreply.github.com> Date: Sat, 23 May 2026 19:40:38 +0530 Subject: [PATCH] docs(Message): update wording in `mention_channels` and `resolved` description (#1626) --- deno/payloads/v10/message.ts | 4 ++-- deno/payloads/v9/message.ts | 4 ++-- payloads/v10/message.ts | 4 ++-- payloads/v9/message.ts | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/deno/payloads/v10/message.ts b/deno/payloads/v10/message.ts index 69698435..ee3cdc46 100644 --- a/deno/payloads/v10/message.ts +++ b/deno/payloads/v10/message.ts @@ -78,7 +78,7 @@ export interface APIBaseMessageNoChannel { * Channels specifically mentioned in this message * * Not all channel mentions in a message will appear in `mention_channels`. - * - Only textual channels that are visible to everyone in a lurkable guild will ever be included + * - Only textual channels that are visible to everyone in a public guild will ever be included * - Only crossposted messages (via Channel Following) currently include `mention_channels` at all * * If no mentions in the message meet these requirements, this field will not be sent @@ -229,7 +229,7 @@ export interface APIBaseMessageNoChannel { */ role_subscription_data?: APIMessageRoleSubscriptionData; /** - * Data for users, members, channels, and roles in the message's auto-populated select menus + * Data for users, members, channels, and roles referenced in this message * * @see {@link https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-resolved-data-structure} */ diff --git a/deno/payloads/v9/message.ts b/deno/payloads/v9/message.ts index 1f429eee..1be1cddb 100644 --- a/deno/payloads/v9/message.ts +++ b/deno/payloads/v9/message.ts @@ -77,7 +77,7 @@ export interface APIBaseMessageNoChannel { * Channels specifically mentioned in this message * * Not all channel mentions in a message will appear in `mention_channels`. - * - Only textual channels that are visible to everyone in a lurkable guild will ever be included + * - Only textual channels that are visible to everyone in a public guild will ever be included * - Only crossposted messages (via Channel Following) currently include `mention_channels` at all * * If no mentions in the message meet these requirements, this field will not be sent @@ -225,7 +225,7 @@ export interface APIBaseMessageNoChannel { */ role_subscription_data?: APIMessageRoleSubscriptionData; /** - * Data for users, members, channels, and roles in the message's auto-populated select menus + * Data for users, members, channels, and roles referenced in this message * * @see {@link https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-resolved-data-structure} */ diff --git a/payloads/v10/message.ts b/payloads/v10/message.ts index 8b2279a1..3976eff8 100644 --- a/payloads/v10/message.ts +++ b/payloads/v10/message.ts @@ -78,7 +78,7 @@ export interface APIBaseMessageNoChannel { * Channels specifically mentioned in this message * * Not all channel mentions in a message will appear in `mention_channels`. - * - Only textual channels that are visible to everyone in a lurkable guild will ever be included + * - Only textual channels that are visible to everyone in a public guild will ever be included * - Only crossposted messages (via Channel Following) currently include `mention_channels` at all * * If no mentions in the message meet these requirements, this field will not be sent @@ -229,7 +229,7 @@ export interface APIBaseMessageNoChannel { */ role_subscription_data?: APIMessageRoleSubscriptionData; /** - * Data for users, members, channels, and roles in the message's auto-populated select menus + * Data for users, members, channels, and roles referenced in this message * * @see {@link https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-resolved-data-structure} */ diff --git a/payloads/v9/message.ts b/payloads/v9/message.ts index 656a8eca..0da086d0 100644 --- a/payloads/v9/message.ts +++ b/payloads/v9/message.ts @@ -77,7 +77,7 @@ export interface APIBaseMessageNoChannel { * Channels specifically mentioned in this message * * Not all channel mentions in a message will appear in `mention_channels`. - * - Only textual channels that are visible to everyone in a lurkable guild will ever be included + * - Only textual channels that are visible to everyone in a public guild will ever be included * - Only crossposted messages (via Channel Following) currently include `mention_channels` at all * * If no mentions in the message meet these requirements, this field will not be sent @@ -225,7 +225,7 @@ export interface APIBaseMessageNoChannel { */ role_subscription_data?: APIMessageRoleSubscriptionData; /** - * Data for users, members, channels, and roles in the message's auto-populated select menus + * Data for users, members, channels, and roles referenced in this message * * @see {@link https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-resolved-data-structure} */