async fn create_adhoc_group(
    context: &Context,
    mime_parser: &MimeMessage,
    create_blocked: Blocked,
    member_ids: &[ContactId]
) -> Result<Option<ChatId>>
Expand description

Creates ad-hoc group and returns chat ID on success.