I am trying to get information about unread messages (Either just an indication, or better, a number of messages ) in a Microsoft Teams channel.
I am able to get the messages with MS Graph: https://graph.microsoft.com/v1.0/teams/[TEAMID]/channels/[ChannelID]/messages
But how can I get unread messages.
Thanks in advance