mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-05-30 07:20:10 +00:00
docs(Message): update wording in mention_channels and resolved description (#1626)
This commit is contained in:
4
deno/payloads/v10/message.ts
generated
4
deno/payloads/v10/message.ts
generated
@@ -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}
|
||||
*/
|
||||
|
||||
4
deno/payloads/v9/message.ts
generated
4
deno/payloads/v9/message.ts
generated
@@ -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}
|
||||
*/
|
||||
|
||||
@@ -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}
|
||||
*/
|
||||
|
||||
@@ -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}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user