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;