From 6d907e3399c7fbd8953c44d97796a20e2e1ffa5d Mon Sep 17 00:00:00 2001 From: jaalger Date: Fri, 1 Jun 2018 13:24:32 -0400 Subject: [PATCH] Updating interfaces - Moving slack specific message properties to slackMessage interface --- lib/Botkit.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Botkit.d.ts b/lib/Botkit.d.ts index 15bf75e5f..4132d3407 100644 --- a/lib/Botkit.d.ts +++ b/lib/Botkit.d.ts @@ -221,8 +221,6 @@ declare namespace botkit { action?: string; channel?: string; match?: RegExpMatchArray; - replace_original?: boolean; - response_type?: string; text?: string; user?: string; } @@ -305,6 +303,8 @@ declare namespace botkit { link_names?: boolean; parse?: string; reply_broadcast?: boolean; + replace_original?: boolean; + response_type?: string; type?: string; thread_ts?: string; ts?: string;