pub(crate) async fn remove_from_chat_contacts_table(
context: &Context,
chat_id: ChatId,
contact_id: ContactId,
) -> Result<bool>Expand description
Removes a contact from the chat
by updating the remove_timestamp.
Returns whether the contact has been a chat member recently. If so, a removal message should be
sent.