get_existing_msg_ids

Function get_existing_msg_ids 

Source
pub async fn get_existing_msg_ids(
    context: &Context,
    ids: &[MsgId],
) -> Result<Vec<MsgId>>
Expand description

Checks if the messages with given IDs exist.

Returns IDs of existing messages.