I created a bot in the MS bot framework and linked it to the Teams channel. How to send emoji from bot to users?
Teams support UTF-16, I have tried await stepContext.Context.SendActivityAsync("\U0001F600");
to send the emoji as a response from bot to the user, but it is not in the format of the emoji which is available in teams.
stepContext.Context.SendActivityAsync("\U0001F600");
it shows ???? when I actually want is (smile) from teams which is slightly bigger and animated.
The emoji in teams are stored in the form of URL: "https://statics.teams.microsoft.com/evergreen-assets/skype/v2/smile/50.png"