Function deltachat::receive_imf::create_adhoc_group

source ·
async fn create_adhoc_group(
    context: &Context,
    mime_parser: &MimeMessage,
    create_blocked: Blocked,
    from_id: ContactId,
    to_ids: &[ContactId],
    is_partial_download: bool
) -> Result<Option<(ChatId, Blocked)>>
Expand description

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