group_changes_msgs

Function group_changes_msgs 

Source
async fn group_changes_msgs(
    context: &Context,
    added_ids: &HashSet<ContactId>,
    removed_ids: &HashSet<ContactId>,
    chat_id: ChatId,
) -> Result<Vec<(String, SystemMessage, Option<ContactId>)>>
Expand description

Returns a list of strings that should be shown as info messages, informing about group membership changes.