Imprv/gw4940 add a button for interactive messages
@@ -116,6 +116,19 @@ class BoltService {
text: `${resultPaths.join('\n')}`,
},
+ {
+ type: 'actions',
+ elements: [
+ type: 'button',
+ text: {
+ type: 'plain_text',
+ text: '検索結果をこのチャンネルに共有する',
+ },
+ style: 'primary',
+ ],
],
});
}