【问题标题】:How can I get 'seen' status of chat message in microsoft-teams graph api?如何在 microsoft-teams graph api 中获得“已看到”的聊天消息状态?
【发布时间】:2021-08-18 14:56:55
【问题描述】:

我正在开发一种提取工具来提取微软团队的对话。 使用以下 Graph API 可以轻松检索聊天消息列表及其属性(例如发件人、html 正文和附件等)。

https://graph.microsoft.com/beta/users/{user-id}/chats/{chat-id}/messages?$top=50

https://graph.microsoft.com/beta/users/{user-id}/chats/{chat-id}/messages/{msg-id}

但我找不到消息的“已见”状态作为其属性,和/或我找不到如何检索消息的“已见”状态。

作为参考,microsoft-teams 聊天消息数据定义为:
https://docs.microsoft.com/en-us/graph/api/resources/chatmessage?view=graph-rest-beta

我要检索的是作为附加图像的“眼睛”图标状态。

【问题讨论】:

标签: microsoft-graph-api microsoft-teams


【解决方案1】:

MS Graph 当前不公开或不支持chat message 资源的“seen/read”属性。

我看到了一个feature request for it here,我建议您对其进行投票,以便将来实施。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2021-03-22
    • 2022-07-21
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-04-07
    相关资源
    最近更新 更多