Skip to content

Commit

Permalink
Merge pull request #528 from DominikPalo/master
Browse files Browse the repository at this point in the history
Allow mrkdwn_in, callback_id fields in message attachments
  • Loading branch information
aoberoi committed Apr 13, 2018
2 parents fb19909 + 951fe41 commit 6262e94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/methods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ export interface MessageAttachment {
type: string;
text?: string;
}[];
callback_id?: string;
mrkdwn_in?: ('pretext' | 'text' | 'fields')[];
}

export interface LinkUnfurls {
Expand Down

0 comments on commit 6262e94

Please sign in to comment.