mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 11:03: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;
|
deferred: boolean;
|
||||||
ephemeral: boolean | null;
|
ephemeral: boolean | null;
|
||||||
replied: boolean;
|
replied: boolean;
|
||||||
|
webhook: InteractionWebhook;
|
||||||
reply(options: InteractionReplyOptions & { fetchReply: true }): Promise<GuildCacheMessage<Cached>>;
|
reply(options: InteractionReplyOptions & { fetchReply: true }): Promise<GuildCacheMessage<Cached>>;
|
||||||
reply(options: string | MessagePayload | InteractionReplyOptions): Promise<void>;
|
reply(options: string | MessagePayload | InteractionReplyOptions): Promise<void>;
|
||||||
deleteReply(): Promise<void>;
|
deleteReply(): Promise<void>;
|
||||||
|
|||||||
Reference in New Issue
Block a user