mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 03:23:29 +01:00
docs(InteractionDeferReplyOptions): Associate flags with its <info> (#10635)
docs(InteractionDeferReplyOptions): move `flags` down
This commit is contained in:
@@ -24,8 +24,8 @@ class InteractionResponses {
|
|||||||
/**
|
/**
|
||||||
* Options for deferring the reply to an {@link BaseInteraction}.
|
* Options for deferring the reply to an {@link BaseInteraction}.
|
||||||
* @typedef {Object} InteractionDeferReplyOptions
|
* @typedef {Object} InteractionDeferReplyOptions
|
||||||
* @property {MessageFlagsResolvable} [flags] Flags for the reply.
|
|
||||||
* @property {boolean} [withResponse] Whether to return an {@link InteractionCallbackResponse} as the response
|
* @property {boolean} [withResponse] Whether to return an {@link InteractionCallbackResponse} as the response
|
||||||
|
* @property {MessageFlagsResolvable} [flags] Flags for the reply.
|
||||||
* <info>Only `MessageFlags.Ephemeral` can be set.</info>
|
* <info>Only `MessageFlags.Ephemeral` can be set.</info>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user