Marking channel messages as read/unread and reacting to messages in Graph API, is it on the roadmap to be added? If so when?
We are building a client for users (using delegated permissions) to see channel messages and replies using the endpoint for getting messages(https://learn.microsoft.com/en-us/graph/api/chatmessage-get?view=graph-rest-beta&tabs=http) and when the user have seen a message or reply we want to mark that message as read and get it to propagate to the Teams-client. We have understood from a support person that this is something that is on the roadmap to fix, but we did not get an answer on when it could be fixed. Is it on the roadmap within a year or will it take longer than that?
Another related issue we have is that we want to be able to add reactions to messages and message replies but that seems to also be missing from the update endpoint of a message. Also wondering about the roadmap for that issue