MicrosoftDocs / msteams-docs

Source for the Microsoft Teams developer platform documentation.
https://aka.ms/teamsdev
Creative Commons Attribution 4.0 International
284 stars 506 forks source link

Is Teams allow pre-install the bot to the chat? #1920

Closed kafka-yu closed 4 years ago

kafka-yu commented 4 years ago

Is Teams allow pre-install the bot to the chat?

Currently I need to invite the bot by using the justInTimeInstall to do this each chat/team.

msteams: {
            justInTimeInstall: true,
          },

Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

ghost commented 4 years ago

Hi kafka-yu! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out. Best regards, Teams Platform

kafka-yu commented 4 years ago

@sabinn-msft Hi man, sorry for trouble. Would you pls help on this question? Thank you!

Subhasish-msft commented 4 years ago

@kafka-yu , You could to this from Teams Admin center. Here is the doc link

Wajeed-msft commented 4 years ago

In case you are looking to install App via Graph APIs in group chat, currently it's supported only in personal & team scope.

kafka-yu commented 4 years ago

@Wajeed-msft Thank you!

I saw this solution is to install the Teams app, but not the "bot"?

Cause we see currently in each chat, I need to install the bot to the chat via the message extension first time I use it, as is described here: https://docs.microsoft.com/en-us/microsoftteams/platform/resources/messaging-extension-v3/create-extensions?tabs=typescript#request-to-install-your-conversational-bot

So is there any way to automatically do this step? Without prompt out the install dialog?

Thanks!

Wajeed-msft commented 4 years ago

I saw this solution is to install the Teams app, but not the "bot"?

Bot is one of the extensible points in the Teams App. Graph API applies for Microsoft Teams App including Bot, Tab, Messaging Extension, Connector.

So is there any way to automatically do this step? Without prompt out the install dialog?

Currently installation to group chat is not supported and would be listed here once it's available.

ghost commented 4 years ago

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 3 days. It will be closed if no further activity occurs within 3 days of this comment.