MVFM

slack/entity_presentDetails

Call the Slack entity.presentDetails API method

const app = mvfm(prelude, console_, slack_);
const prog = app({}, ($) => {
  const result = $.slack.entity.presentDetails();
  return $.begin($.console.log(result), result);
});
await fold(defaults(app), prog);
Ctrl+Enter