pub async fn create_group_chat( context: &Context, protect: ProtectionStatus, name: &str, ) -> Result<ChatId>
Creates a group chat with a given name. Deprecated on 2025-06-21, use create_group_ex().
name
create_group_ex()