From 5fe3a2914db1eae2f0d435452d43bc0b3cd70e41 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Sat, 5 Mar 2022 20:13:53 +0000 Subject: [PATCH] types(InteractionResponseFields): add webhook --- typings/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typings/index.d.ts b/typings/index.d.ts index 6cd98f098244..e99708224188 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -324,6 +324,7 @@ export interface InteractionResponseFields deferred: boolean; ephemeral: boolean | null; replied: boolean; + webhook: InteractionWebhook; reply(options: InteractionReplyOptions & { fetchReply: true }): Promise>; reply(options: string | MessagePayload | InteractionReplyOptions): Promise; deleteReply(): Promise;