From 4a40c7156eb157cc43ef5281865ae135b8df77de Mon Sep 17 00:00:00 2001 From: Sewen Thy Date: Tue, 1 Oct 2024 05:55:31 +0000 Subject: [PATCH] slack: support blocks in attachments --- lib/slack.atd | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/slack.atd b/lib/slack.atd index dce27aa..fad61f2 100644 --- a/lib/slack.atd +++ b/lib/slack.atd @@ -19,6 +19,7 @@ type message_field = { type message_attachment = { fallback: string nullable; ?mrkdwn_in: string list nullable; + ?blocks : message_block list nullable; ?color: string nullable; ?pretext: string nullable; ?author_name: string nullable;