Function deltachat::chat::create_group_chat
source ยท pub async fn create_group_chat(
context: &Context,
protect: ProtectionStatus,
chat_name: &str,
) -> Result<ChatId>
Expand description
Creates a group chat with a given name
.