diff --git a/types/twit/index.d.ts b/types/twit/index.d.ts index 33f1fdb50f..fddd0782b5 100644 --- a/types/twit/index.d.ts +++ b/types/twit/index.d.ts @@ -6,6 +6,7 @@ // siwalik // plhery // justGoscha +// darkade // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.3 @@ -248,6 +249,11 @@ declare module 'twit' { max_id?: string, include_entities?: boolean, + source_id?: number, + source_screen_name?: string, + target_id?: number, + target_screen_name?: string, + // Other params from various endpoints track?: string | string[], media_id?: string,