Search code examples
botsbotframeworkmicrosoft-teamsmanifest.json

Is it possible to read data from the manifest.json using botbuilder sdk?


I am building a bot for MS teams. I need to be able to know which app manifest.json was installed in the tenant. Is there a way to pass meta data into manifest.json and then get it on installation event using botbuilder in my app?


Solution

  • This doesn't seems to be possible to read data from the manifest.json using botbuilder sdk.