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