mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
types(InteractionResponseFields): add webhook (#7597)
This commit is contained in:
1
packages/discord.js/typings/index.d.ts
vendored
1
packages/discord.js/typings/index.d.ts
vendored
@@ -363,6 +363,7 @@ export interface InteractionResponseFields<Cached extends CacheType = CacheType>
|
||||
deferred: boolean;
|
||||
ephemeral: boolean | null;
|
||||
replied: boolean;
|
||||
webhook: InteractionWebhook;
|
||||
reply(options: InteractionReplyOptions & { fetchReply: true }): Promise<GuildCacheMessage<Cached>>;
|
||||
reply(options: string | MessagePayload | InteractionReplyOptions): Promise<void>;
|
||||
deleteReply(): Promise<void>;
|
||||
|
||||
Reference in New Issue
Block a user