From a2a9dddc1f5ea7c9cffaa284e13b679b160d6454 Mon Sep 17 00:00:00 2001 From: Doug Cutting Date: Wed, 12 Aug 2020 20:49:34 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Merge=20PR=20#46678=20add=20auto?= =?UTF-8?q?=5Fpopulate=5Freply=5Fmetadata=20to=20Params=20type=20of=20twit?= =?UTF-8?q?=20package=20by=20@cuttingd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/twit/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/twit/index.d.ts b/types/twit/index.d.ts index f12b4a4bd9..284171277c 100644 --- a/types/twit/index.d.ts +++ b/types/twit/index.d.ts @@ -309,6 +309,7 @@ declare module 'twit' { stringify_ids?: boolean; in_reply_to_status_id?: number | string; page?: number; + auto_populate_reply_metadata?: boolean; } export interface PromiseResponse { data: Response;