Retrieve information about unread messages in a Teams Channel with MS Graph
Get information about unread messages (Either just an indication, or better, a number of messages ) in a Microsoft Teams channel using MS Graph
We are able to get the messages with MS Graph: https://graph.microsoft.com/v1.0/teams/[TEAMID]/channels/[ChannelID]/messages
But we need a way to get unread messages.
2
votes
