OpenAPI.NET.OData
OpenAPI.NET.OData copied to clipboard
Missing Query Parameters in Channel messages
While calling the Get channel messages delta service via powershell command Get-MgTeamChannelMessageDelta -TeamId <team-id> -ChannelId <channel-id> -Skiptoken <token-id>, an error is shown "A parameter cannot be found that matches parameter name 'Skiptoken".
The Teams.yml file that we pull from openApi is missing skiptoken and delta token as described here