Skip to content

Commit

Permalink
slack: support blocks in attachments
Browse files Browse the repository at this point in the history
  • Loading branch information
sewenthy committed Oct 1, 2024
1 parent 077bb4f commit 4a40c71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/slack.atd
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ type message_field <ocaml attr="deriving make"> = {
type message_attachment <ocaml attr="deriving make"> = {
fallback: string nullable;
?mrkdwn_in: string list nullable;
?blocks : message_block list nullable;
?color: string nullable;
?pretext: string nullable;
?author_name: string nullable;
Expand Down

0 comments on commit 4a40c71

Please sign in to comment.