mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 01:10:07 +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
|
||||
/** The components you would like to have sent in this message */
|
||||
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
|
||||
/** Autocomplete choices (max of 25 choices) */
|
||||
choices?: Camelize<DiscordApplicationCommandOptionChoice[]>
|
||||
|
||||
Reference in New Issue
Block a user