mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
fix(types): update InteractionCallbackData flags (#4221)
Co-authored-by: Awesome Stickz <awesome@stickz.dev>
This commit is contained in:
@@ -661,7 +661,7 @@ export interface InteractionCallbackData {
|
|||||||
title?: string
|
title?: string
|
||||||
/** The components you would like to have sent in this message */
|
/** The components you would like to have sent in this message */
|
||||||
components?: MessageComponents
|
components?: MessageComponents
|
||||||
/** Message flags combined as a bit field (only `SUPPRESS_EMBEDS`, `EPHEMERAL`, `SUPPRESS_NOTIFICATIONS` and `IS_COMPONENTS_V2` can be set) */
|
/** Message flags combined as a bit field (only `SUPPRESS_EMBEDS`, `EPHEMERAL`, `IS_COMPONENTS_V2`, `IS_VOICE_MESSAGE` and `SUPPRESS_NOTIFICATIONS` can be set) */
|
||||||
flags?: number
|
flags?: number
|
||||||
/** Autocomplete choices (max of 25 choices) */
|
/** Autocomplete choices (max of 25 choices) */
|
||||||
choices?: Camelize<DiscordApplicationCommandOptionChoice[]>
|
choices?: Camelize<DiscordApplicationCommandOptionChoice[]>
|
||||||
|
|||||||
Reference in New Issue
Block a user