Search code examples
typingmicrosoft-teamsindicatormicrosoft-appstudio

Microsoft Teams App, Typing indicator duration


In a Microsoft Teams app built using App Studio, is it possible to control the how long the typing indicator should be shown to the user? Via code or any other means. Please point me to any documentation other than https://learn.microsoft.com/en-us/azure/bot-service/nodejs/bot-builder-nodejs-send-typing-indicator?view=azure-bot-service-3.0


Solution

  • Currently, there is no option to set how long it's shown from code. This time is handled by each channel.

    Optionally, you could send typing indicator message more than once to re-initiate the typing indicator.