mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
Document what message flags can be sent (#2051)
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
This commit is contained in:
co-authored by
Skillz4Killz
parent
79dbf690dc
commit
64262b3afa
@@ -27,7 +27,7 @@ export interface InteractionApplicationCommandCallbackData {
|
||||
title?: string;
|
||||
/** The components you would like to have sent in this message */
|
||||
components?: MessageComponents;
|
||||
/** Set to `64` to make your response ephemeral */
|
||||
/** message flags combined as a bitfield (only SUPPRESS_EMBEDS and EPHEMERAL can be set) */
|
||||
flags?: number;
|
||||
/** autocomplete choices (max of 25 choices) */
|
||||
choices?: ApplicationCommandOptionChoice[];
|
||||
|
||||
Reference in New Issue
Block a user