slack/chat_stopStream
Call the Slack chat.stopStream API method
const app = mvfm(prelude, console_, slack_);
const prog = app({}, ($) => {
const result = $.slack.chat.stopStream();
return $.begin($.console.log(result), result);
});
await fold(defaults(app), prog); Ctrl+Enter