slackapi / java-slack-sdk

Slack Developer Kit (including Bolt for Java) for any JVM language
https://slack.dev/java-slack-sdk/
MIT License
568 stars 210 forks source link

Can we use "Bot is typing..." feature via APIs? #1328

Closed kranti-rh closed 3 weeks ago

kranti-rh commented 4 weeks ago

My bot takes some time to prepare a response. Is there any way to utilize the "Bot is typing..." feature via APIs? I'm using Bolt SDK for Java.

seratch commented 3 weeks ago

Hi @kranti-rh, thanks for asking the question!

Unfortunately, Slack's platform does not have any immediate plans to make enhancements to enable 3rd party apps to display "typing..." indicator. As a workaround, please consider the following approach:

I understand this is not the best solution for you, but I hope this helps.