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

Updating typings for interactive messages #1318

Merged
merged 2 commits into from
Jul 9, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions lib/Botkit.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,12 @@ declare namespace botkit {
user?: string;
}
interface SlackAttachment {
attachment_type?: string;
actions?: any[];
author_icon?: string;
author_link?: string;
author_name?: string;
callback_id?: string;
color?: string;
fallback?: string;
fields?: {
Expand Down Expand Up @@ -300,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