pub async fn get_past_chat_contacts(
context: &Context,
chat_id: ChatId,
) -> Result<Vec<ContactId>>
Expand description
Returns a vector of contact IDs for given chat ID that are no longer part of the group.
Members that have been removed recently are in the beginning of the list.