Kazuhiro Sera
Kazuhiro Sera
Hi @MihailovAlexander, thanks for asking the question. If you can have prefix for the action_ids (say, expense_workflow_1,2,3), you can pass regexp that matches those action_ids to `app.action` decorator. Hope this...
Hi @Keanro, thanks for the suggestion! Indeed, there are no blockers for removing them, so we may remove the lines of code in a future release.
@filmaj If you just want to generate the response type, you can manually add it for now. Once the response data structure is finalized and this repo's main branch supports...
The `tokens_revoked`, `app_uninstalled`, `app_uninstalled_team` events do not allow a custom handler
Thanks for reporting this. Good catch; this should be improved.
(I do understand this could be confusing but) the as_user parameter is a legacy parameter, which works only for classic Slack apps. >(Legacy) Pass true to post the message as...
Hi @huzaifahj, thanks for asking the question! Indeed, some of the properties are not actually optional, but this has been a limitation of the package due to several factors such...
@huzaifahj >I would like to leave this issue open and change it to a feature improvement rather than a bug so that the team can track this issue, if that's...
Hi @parthks13, the files.upload v2 method completes the process asynchronously for resource efficiency and performance reasons. If your app needs to continue doing something else right after the files are...
@emersonlaurentino Even after resolving this specific error, you'll encounter more errors with Bun and Cloudflare Workers because this project focuses on Node.js runtime use cases. I understand you prefer first-party...
Hi @mister-good-deal, thanks for asking the question! Indeed, this can be unintuitive, but when you set `dispatch_action: true` for an `input` block, overriding the selected option by setting `initial_option` does...