Forum Discussion
Damian_Dbrowski
Jul 06, 2023Copper Contributor
How to develop typing indicator in chat ?
Hi everyone,
i am searching topic how to add typing indicator to chat in Teams ?
Such a thing:
Damian
Damian_Dbrowski - Please check these references
- https://learn.microsoft.com/en-us/azure/bot-service/bot-builder-howto-send-messages?view=azure-bot-service-4.0&tabs=javascript#send-a-typing-indicator
- https://github.com/OfficeDev/microsoft-teams-library-js/issues/1583#issuecomment-1429682784
- Send an activity object with type of
ActivityTypes.Typing
(ex: https://github.com/garrytrinder/msteams-dalle-2-image-generator-bot/blob/385d0962eb64ba5e472107734cbec91389f8a970/bot/src/helpers/openai.ts#L36-L44)
- Meghana-MSFTMicrosoft
Damian_Dbrowski - Please check these references
- https://learn.microsoft.com/en-us/azure/bot-service/bot-builder-howto-send-messages?view=azure-bot-service-4.0&tabs=javascript#send-a-typing-indicator
- https://github.com/OfficeDev/microsoft-teams-library-js/issues/1583#issuecomment-1429682784
- Send an activity object with type of
ActivityTypes.Typing
(ex: https://github.com/garrytrinder/msteams-dalle-2-image-generator-bot/blob/385d0962eb64ba5e472107734cbec91389f8a970/bot/src/helpers/openai.ts#L36-L44)
- Meghana-MSFTMicrosoft
Damian_Dbrowski - Could you please share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.