When users start typing in a Team Space, we have a 'Is typing' status at the bottom that shows the user is typing a message in this space. I don't think there is any similar provision or API endpoint to make a bot do the same.
Often times, bot developers use multiple APIs to get data required to process a request which may take several seconds to complete and the user is left to wait after sending a message. I think it would be nice if there is an endpoint to make the bot show 'Is typing' status once we receive a request and then make it stop after processing the request.
What are your thoughts people?