Hello!
I wonder why “Get message seen status” https://dev.frontapp.com/reference/get-message-seen-status API works only for outbound messages? Wasn't the initial idea to have a info WHEN a teammate has seen INBOUND message?
{
"status": 400,
"title": "Bad request",
"message": "You cannot see seen status for an inbound message."
}
Why am I asking this? We’re implementing the Frontapp plugin which gonna track the time when a teammate seen a inbound message from a customer (to measure activity of diff(seen,archived)). There’re not those fields in the webhook triggers, so we can’t receive the time of “seen” activities. The plugin context API doesn’t have this data too.
Also I see the internal CONVERSATION by ID request that returns the “seen” data for it. I think it can be useful for our task, but this data is not in the conversation PUBLIC API.

Could you cover 2 questions please:
1. How to get “seen” information per teammate for a MESSAGE?
2. If for some reason (1) is not possible, how can we receive the CONVERSATION seen info (screenshot) by the public API / plugin context / etc?