Reputation: 921
Is there a way to get a message reading datetime through GMail API, other than by observing the change of unread label presence in a message?
By observing I mean periodically syncing messages with Users.history resource or using Push Notifications mechanism.
Upvotes: 1
Views: 150
Reputation: 112927
The message is not changed in any way except for the UNREAD
-label being removed when it is read, so you will have to observe the change like you mentioned.
Upvotes: 1