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