Kazuhiro Sera
Kazuhiro Sera
Hi @devangmehta123, thanks for writing in! At this moment, there is no built-in support for testing your code using this SDK. As for the unit tests verifying the behavior of...
> Question: In Bolt for Java, would it be possible to use constraints properties to vary the type of arguments passed to a listener? Yes, it's possible and even is...
>would this be a breaking change? Good point. Yes, it is a breaking change. So, it may be better to consider a bit careful transition like providing an option to...
>As far as I know, the server-side no longer sends bot_message subtyped events. This was a wrong assumption. If other bot users in the same workspace are still classic apps,...
@batflarrow As I mentioned above, both no subtype and "bot_message" subtype patterns can still co-exist. If other bots in your workspace are still based on legacy permission model (we call...
If you don't have so many apps in your workspace, it may not be so hard to review the scopes of the apps listed at https://slack.com/apps/manage . However, I think...
From https://github.com/slackapi/hubot-slack/pull/528 >Currently, this mostly works, but trying to actually launch Hubot fails with a TypeError: Cannot read property 'bind' of undefined error. I believe this may be because of...
Let us close this PR now. Thanks again for your time here!
>Do we still need a botUserIdMap? I think yes, because the user ID of the bot is not enough information to put in the message.user object, otherwise there will be...
Hi @justman00, thanks for asking the question! >userScopes: ['identity.basic', 'identity.email'], Your app cannot have `identity.*` user scopes along with others such as `commands`. When your app has those, only `identity.*`...