mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 16:30:08 +00:00
Add SUPPRESS_NOTIFICATIONS to InteractionCallbackData.flags (#3448)
This commit is contained in:
@@ -482,7 +482,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 and EPHEMERAL can be set) */
|
||||
/** Message flags combined as a bit field (only `SUPPRESS_EMBEDS`, `EPHEMERAL` and `SUPPRESS_NOTIFICATIONS` can be set) */
|
||||
flags?: number
|
||||
/** Autocomplete choices (max of 25 choices) */
|
||||
choices?: Camelize<DiscordApplicationCommandOptionChoice[]>
|
||||
|
||||
Reference in New Issue
Block a user