pub async fn get_msg_read_receipts( context: &Context, msg_id: MsgId, ) -> Result<Vec<(ContactId, i64)>>
Returns contacts that sent read receipts and the time of reading.