slackapi/deno-slack-sdk
[FEATURE] support response_urls in view_submission events
开放
#469 创建于 2025年7月18日
feature requestgood first issue
仓库指标
- 星标
- (227 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
In BoltJS view submission event types supports response_urls, this should also be supported in the Deno SDK by the ViewSubmissionBody type
Currently you should be able to work arounds this by explicitly looking for the response_urls field in BaseViewBody objects and manually parsing the expected value