docs(RESTPostAPIChannelMessageJSONBody): Make message reference generic (#1139)

* docs: make message reference generic

* docs: keep 1:1 with Discord
This commit is contained in:
Jiralite
2024-11-12 18:49:52 +00:00
committed by GitHub
parent 7fa0e159d0
commit df0d390303
4 changed files with 4 additions and 4 deletions

View File

@@ -301,7 +301,7 @@ export interface RESTPostAPIChannelMessageJSONBody {
*/
allowed_mentions?: APIAllowedMentions | undefined;
/**
* Include to make your message a reply
* Include to make your message a reply or a forward
*
* See https://discord.com/developers/docs/resources/channel#message-reference-object-message-reference-structure
*/

View File

@@ -309,7 +309,7 @@ export interface RESTPostAPIChannelMessageJSONBody {
*/
allowed_mentions?: APIAllowedMentions | undefined;
/**
* Include to make your message a reply
* Include to make your message a reply or a forward
*
* See https://discord.com/developers/docs/resources/channel#message-reference-object-message-reference-structure
*/

View File

@@ -301,7 +301,7 @@ export interface RESTPostAPIChannelMessageJSONBody {
*/
allowed_mentions?: APIAllowedMentions | undefined;
/**
* Include to make your message a reply
* Include to make your message a reply or a forward
*
* See https://discord.com/developers/docs/resources/channel#message-reference-object-message-reference-structure
*/

View File

@@ -309,7 +309,7 @@ export interface RESTPostAPIChannelMessageJSONBody {
*/
allowed_mentions?: APIAllowedMentions | undefined;
/**
* Include to make your message a reply
* Include to make your message a reply or a forward
*
* See https://discord.com/developers/docs/resources/channel#message-reference-object-message-reference-structure
*/