I am currently building a bot for use in Microsoft Teams using the BotBuilder SDK and I'm having some trouble with Deeplinking from within the Teams application to a bot tab.
Is there any way you can link to a static tab of a bot rather than just a channel tab?
I am aiming to have the bot send a message encouraging users to open one of the bot's static tabs by clicking a link/button sent in the conversation flow.
I have tried following the Create deep links to a Microsoft Teams tab docs however it seems to only open one of the general channels not to a bot tab.