Skip to content

Commit

Permalink
Remove the unnecessary field 'attachment_type'
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikPalo committed Apr 13, 2018
1 parent c9bf842 commit 951fe41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/methods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export interface MessageAttachment {
type: string;
text?: string;
}[];
attachment_type?: 'default';
callback_id?: string;
mrkdwn_in?: ('pretext' | 'text' | 'fields')[];
}
Expand Down

0 comments on commit 951fe41

Please sign in to comment.