Forum Discussion
Messaging Extension (V3 SDK) Settings / Configuration
PlanetEstream , This looks like a doc-bug but however there is sample code which shows the implementation for onSettingUpdate & onQuerySettingUrl. take a look at : https://github.com/OfficeDev/microsoft-teams-sample-complete-node/blob/master/src/Bot.ts
- PlanetEstreamApr 14, 2020Copper Contributor
Trinetra-MSFT Hi, thanks for the response, but this assumes I'm using Node and our app is already written in .NET. I cannot find the relevant .NET documentation anywhere online. Do you know if this exists or how I can implement onSettingUpdate and onQuerySettingURL in .NET?
- Trinetra-MSFTApr 16, 2020Former Employee
PlanetEstream , Currently there is no sample code available in C#. I would suggest you to start working with the https://github.com/microsoft/BotBuilder-Samples/tree/master/samples/csharp_dotnetcore/51.teams-messaging-extensions-action, which have more about Message Extension.