Function create_group_ex

Source
pub async fn create_group_ex(
    context: &Context,
    encryption: Option<ProtectionStatus>,
    name: &str,
) -> Result<ChatId>
Expand description

Creates a group chat.

  • encryption - If Some, the chat is encrypted (with key-contacts) and can be protected.
  • name - Chat name.