Forum Discussion
chatbot001
Mar 04, 2024Copper Contributor
How can I pin a bot chat to a tab on mobile?
I am using the Teams Developer Center to connect the bot and app.
I want to add a tab composed of sites.
I would like to implement the chat tab as a tab rather than a bot appearance like the docs say
Can you tell me how?
https://learn.microsoft.com/ko-kr/microsoftteams/platform/concepts/design/personal-apps
- vikram-MFSTMicrosoftHello chatbot001
If your app has both Bot & Tab capabilities, the UI will be as shown in below sample:
https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/tab-deeplink/csharp- chatbot001Copper ContributorFirst of all, thank you so much for your reply.
I looked at the GitHub link you sent and the MS documentation on Deeplink.
1. I was unable to check the GitHub link because VSC node.js did not open, possibly due to a problem with my computer settings.
- This pops up in the bottom right corner without any error output.
2. I adopted the idea you provided, looked at the DeepLink-related Teams document, and added it as a link to the Teams personal app, but it did not produce what I wanted.
There was still a bot icon, and clicking on the tab simply took you to chat.
I really want to solve this problem. Could you please tell me how to apply the UI from VSC toolkit or somewhere else?- vikram-MFSTMicrosoft
Hello chatbot001
sorry for the delay in response
Could you please share a short vedio and repro steps for your app so that we can test it from your end ?