If you are using deep link url as https://teams.microsoft.com/l/app/<your-app-id>
, it will open an app install dialog from your Teams client using app ID as stated in below documentation:
https://learn.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/deep-link-application?tabs=teamsjs-v2#deep-link-to-open-application-install-dialog
If you want to browse within your app, you can follow below documentation:
https://learn.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/deep-link-application?tabs=teamsjs-v2#deep-link-to-browse-within-your-app
and to navigate to chat within application you can refer below documentation:
https://learn.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/deep-link-application?tabs=teamsjs-v2#deep-link-to-a-chat-with-the-application