async fn group_changes_msgs(
context: &Context,
added_ids: &HashSet<ContactId>,
removed_ids: &HashSet<ContactId>,
chat_id: ChatId,
) -> Result<Vec<String>>
Expand description
Returns a list of strings that should be shown as info messages, informing about group membership changes.