我们怎么知道收到了关于teams by ms图的新回复消息api
How do we know that received a new reply message on teams by ms graph api
我们使用 teams/team-id/channels/channel-id 获取消息详细信息。但是在团队发送新的回复消息时,父消息的lastmodieddatetime没有改变。
我们如何知道在 ms 图表的团队上收到了新的回复消息api
chatMessage.lastModifiedDateTime 仅当消息像编辑一样发生变化时才发生变化。参见 chatMessage properties。
对于您的场景,您可以使用 change notifications on the channel messages. See change notifications with resource data
我们使用 teams/team-id/channels/channel-id 获取消息详细信息。但是在团队发送新的回复消息时,父消息的lastmodieddatetime没有改变。
我们如何知道在 ms 图表的团队上收到了新的回复消息api
chatMessage.lastModifiedDateTime 仅当消息像编辑一样发生变化时才发生变化。参见 chatMessage properties。
对于您的场景,您可以使用 change notifications on the channel messages. See change notifications with resource data