mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-06-02 08:50:09 +00:00
docs(RESTPostAPIChannelMessageJSONBody): Make message reference generic (#1139)
* docs: make message reference generic * docs: keep 1:1 with Discord
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user