Document what message flags can be sent (#2051)

Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
This commit is contained in:
LTS20050703
2022-02-25 10:25:00 -05:00
committed by GitHub
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[];