Connect Microsoft teams bot with websocket to Microsoft teams
Hey
I have a simple microsoft teams bot which is run on my server. It receives a message, processes and sends the response back.
However, I want to be able to continuously update the message. Let's say it is a counter that I want to increment every second for some time, so I want to be able to update the existing message every second.
I know that there is a possibility to connect with a web socket using Direct Line API, but it is used for other clients and not Microsoft Teams.
Question:
Is there a way to connect with a websocket to Microsoft Teams, so I can constantly update the message for the user?
Thanks