Closed nuno-andre closed 8 months ago
Fixes #2084
Fixes TeamsChannelAccount.add_object_id property.
TeamsChannelAccount.add_object_id
The curent definition returns an additional property and a null add_object_id:
add_object_id
{'additional_property': {'aadObjectId': <UUID>}, 'add_object_id`: None}
instead of:
{'additional_properties': {}, `add_object_id` <UUID>}
See: https://learn.microsoft.com/en-us/dotnet/api/microsoft.bot.schema.teams.teamschannelaccount?view=botbuilder-dotnet-stable
Fixes #2084
Fixes
TeamsChannelAccount.add_object_id
property.The curent definition returns an additional property and a null
add_object_id
:instead of:
See: https://learn.microsoft.com/en-us/dotnet/api/microsoft.bot.schema.teams.teamschannelaccount?view=botbuilder-dotnet-stable