Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Updating interfaces
Browse files Browse the repository at this point in the history
- Moving slack specific message properties to slackMessage interface
  • Loading branch information
jaalger committed Jun 1, 2018
1 parent f1ae420 commit 6d907e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Botkit.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,6 @@ declare namespace botkit {
action?: string;
channel?: string;
match?: RegExpMatchArray;
replace_original?: boolean;
response_type?: string;
text?: string;
user?: string;
}
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 6d907e3

Please sign in to comment.