async fn mark_seen_by_uid(
    context: &Context,
    folder: &str,
    uid_validity: u32,
    uid: u32
) -> Result<Option<ChatId>>
Expand description

Marks messages in msgs table as seen, searching for them by UID.

Returns updated chat ID if any message was marked as seen.