You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there anyway to retrieve the status(whether it is seen or not yet) of a sent message? Not looking for a code snippet here, just wondering if it is possible and if it is can someone point me in the right direction with the logic?
The text was updated successfully, but these errors were encountered:
You can use Conversation.watermarks to get the timestamp that each participant has read up to. If a timestamp is greater than the timestamp of the message, that user has read the message.
Is there anyway to retrieve the status(whether it is seen or not yet) of a sent message? Not looking for a code snippet here, just wondering if it is possible and if it is can someone point me in the right direction with the logic?
The text was updated successfully, but these errors were encountered: