diff --git a/types/twit/index.d.ts b/types/twit/index.d.ts index 7303a8f5c2..6dd4ebdf03 100644 --- a/types/twit/index.d.ts +++ b/types/twit/index.d.ts @@ -314,6 +314,13 @@ declare module 'twit' { name?: string; description?: string; mode?: 'public' | 'private'; + exclude_reply_user_ids?: string | string[]; + attachment_url?: string; + place_id?: string; + display_coordinates?: boolean; + enable_dmcommands?: boolean; + fail_dmcommands?: boolean; + card_uri?: string; } export interface PromiseResponse { data: Response;