microsoft / BotFramework-Services

Microsoft Bot Framework Services
Creative Commons Attribution 4.0 International
38 stars 11 forks source link

Please add support for the Slack `bot_changed` event #323

Closed haacked closed 2 years ago

haacked commented 2 years ago

Related to #262

It appears that the bot_changed event is not forwarded by Azure Bot Service to my bot.

In Slack, a user can change the Bot Username in the App configuration page as shown in the screenshot.

Slack App configuration page where the bot username was changed

It's important for us to know what this name is when the user changes it.

haacked commented 2 years ago

It may be that the user_change event is raised when this changes, but I'm not getting that from Bot Service either.

ToddN commented 2 years ago

Thanks for your request. We are evaluating it.

ssss141414 commented 2 years ago

Hi @haacked , It seems Bot User is a legacy feature: https://api.slack.com/legacy/custom-integrations/bot-users. Also I cannot find it anywhere in my App Configuration. image

If I misunderstand the feature, please provide the detailed repro steps. Thank you very much.

bobokids commented 2 years ago

We have no plan to support the feature as it's deprecated in Slack.