I tried to deep link a Microsoft Teams static Tab containing an iframe.
The link to the tab works but I want to change the iframe based on the deep link. Which is possible with the use of task modules, since task modules use https://teams.microsoft.com/l/task/<APP_ID>**?url=<TaskInfo.url>**&height=<TaskInfo.height>&width=<TaskInfo.width>&title=<TaskInfo.title>
Which can be found here.
while deep links to tabs use
https://teams.microsoft.com/l/entity/<appId>/<entityId>?webUrl=<entityWebUrl>&label=<entityLabel>&context=<context>
I know about the official documentation for deep links in teams.
But I can't manage to achieve the same with the iframe as with the task module. Is this even possible?