docs(Message): update wording in mention_channels and resolved description (#1626)

This commit is contained in:
Kshitij Anurag
2026-05-23 19:40:38 +05:30
committed by GitHub
parent 22b7320285
commit 32ee7cbe27
4 changed files with 8 additions and 8 deletions

View File

@@ -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}
*/

View File

@@ -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}
*/

View File

@@ -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}
*/

View File

@@ -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}
*/