Nov 20 2023 09:05 AM
We are working on a bot project and using teams channel for sending the messages.
We are storing the bot conversations of user in azure blob storage chat history.
But its not saving the smileys sent along with the text message. Below are the messages we have send and turn context activity text we have updated as same as the send message but still its not saving the smiley along with text in blob.
In Bot, smiley image is added as an attachment in turn context activity and we have parsed the data to append the smiley along with the text message. We are able to send the message to the recepient, but the same text message is not updating in the blob.
Below is the blob data, text is updated as the text message only even though we are appending smileys with the text from code. Also the smiley which we are adding with the text is updated as an attachment which is visible in the below image.
Is it possible to save smiley in attachment to the blob as smiley itself.
Nov 20 2023 11:52 PM
Nov 22 2023 09:24 PM
Dec 25 2023 10:45 PM
This is by design behavior. When images sent as part of text message those are treated as hostedContent and are stored separately from the text message.