Open
Description
I have an MS Teams bot that responds with the following JSON payload when a message extension menu is clicked in MS Teams:
{
"task": {
"type": "message",
"value": "You are performing an invalid action."
}
}
This shows a message dialog in the MS Teams desktop app but does not work in the mobile app
Could you please help.
Activity