Skip to content

Commit

Permalink
lib: support verbatim message attachment
Browse files Browse the repository at this point in the history
  • Loading branch information
sewenthy committed Oct 1, 2024
1 parent 4a40c71 commit 9c9d85d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/slack.atd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +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;
?blocks: message_block list nullable;
?color: string nullable;
?pretext: string nullable;
?author_name: string nullable;
Expand All @@ -33,6 +33,7 @@ type message_attachment <ocaml attr="deriving make"> = {
?thumb_url: string nullable;
?ts: int nullable;
?footer: string nullable;
?verabitm: bool nullable;
}

type image_object <ocaml attr="deriving make"> = {
Expand Down

0 comments on commit 9c9d85d

Please sign in to comment.