twit update Params (#27540)

This commit is contained in:
sapphire
2018-07-25 02:08:35 +09:00
committed by Andy
parent 2bb44da669
commit 5a48b794f9

View File

@@ -270,6 +270,7 @@ declare module 'twit' {
exclude_replies?: boolean,
include_rts?: boolean,
skip_status?: boolean,
url?: string,
}
export interface PromiseResponse {
data: Response,