pub async fn create_group_ex(
context: &Context,
encryption: Option<ProtectionStatus>,
name: &str,
) -> Result<ChatId>
Expand description
Creates a group chat.
encryption
- IfSome
, the chat is encrypted (with key-contacts) and can be protected.name
- Chat name.