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