microsoft / botbuilder-python

The Microsoft Bot Framework provides what you need to build and connect intelligent bots that interact naturally wherever your users are talking, from text/sms to Skype, Slack, Office 365 mail and other popular services.
http://botframework.com
MIT License
672 stars 271 forks source link

TeamsChannelAccount model missing aadObjectId #2084

Closed tracyboehrer closed 3 months ago

tracyboehrer commented 3 months ago

Fixes TeamsChannelAccount.add_object_id property.

The curent definition returns an additional property and a null add_object_id:

{'additional_property': {'aadObjectId': }, 'add_object_id`: None} instead of:

{'additional_properties': {}, add_object_id } See: https://learn.microsoft.com/en-us/dotnet/api/microsoft.bot.schema.teams.teamschannelaccount?view=botbuilder-dotnet-stable