🤖 Merge PR #46678 add auto_populate_reply_metadata to Params type of twit package by @cuttingd

This commit is contained in:
Doug Cutting 2020-08-12 20:49:34 -04:00 committed by GitHub
parent bc93e254f7
commit a2a9dddc1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;