Forum Discussion
cstest cstest
Dec 14, 2020Copper Contributor
Change in delta API beaviour for Create, Update, Delete for MS Teams
It has been observed that there is change in endpoint API behavior for Update Message operation for MS Teams. Earlier, we were getting lastModifiedDateTime property in the response and currently ther...
Jagadeesh-MSFT
Jan 06, 2021Former Employee
Hi cstest cstest ,
Both lastModifiedDateTime and lastEditedDateTime are read-only properties.
The value of lastModifiedDateTime appears when the message is created (initial setting) or edited, including when a reaction is added or removed i.e on any CRUD operation made.
The value of lastEditedDateTime appears only when edits to the message were made. If no edits are made the value is null i.e when message is edited.
Thanks,
Jagadeesh
Teams Dev Community Response