Show image encoded in base 64 in Microsoft Teams

Hi,

I created a bot on Teams using App Studio and linked to rasa by specifying the bot endpoint. The problem is that I encoded my images in base64 to be able to show using the rasa-web-app. The dispatcher dictionary looks like this:

dispatcher_content={ “text”:None, “image”:None, “json_message”:{“data”:{“image_data”:base64str}} }

It works very well on rasa wev chat (GitHub - botfront/rasa-webchat: A feature-rich chat widget for Rasa and Botfront), but now I want to display this image in Teams, how can I handle that? Any suggestions are welcomed :wink:

Thanks in advance,

Ch.