mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 13:03:31 +01:00
types(InteractionReplyOptions): allow setting MessageFlags.SuppressNotifications (#9199)
This commit is contained in:
4
packages/discord.js/typings/index.d.ts
vendored
4
packages/discord.js/typings/index.d.ts
vendored
@@ -6061,8 +6061,8 @@ export interface InteractionReplyOptions extends BaseMessageOptions {
|
||||
ephemeral?: boolean;
|
||||
fetchReply?: boolean;
|
||||
flags?: BitFieldResolvable<
|
||||
Extract<MessageFlagsString, 'Ephemeral' | 'SuppressEmbeds'>,
|
||||
MessageFlags.Ephemeral | MessageFlags.SuppressEmbeds
|
||||
Extract<MessageFlagsString, 'Ephemeral' | 'SuppressEmbeds' | 'SuppressNotifications'>,
|
||||
MessageFlags.Ephemeral | MessageFlags.SuppressEmbeds | MessageFlags.SuppressNotifications
|
||||
>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user