Post method - "https://graph.microsoft.com/beta/teams/{teamsid}/channels/{channelid}/messages" to send the messages
by creating the request object in api and mentioning someone using ChatMessageMentionedIdentitySet class.
Once we post the message with mentioned user the message do get posted to teams side. But we are seeing Unknown users contact details are hidden in teams and at code level it is showing InternalServerError and failed to process request.
Once we post the method with mentioned user in the message and call the below api
intermittently it is showing only few messages and not the whole list