method Client.prototype.createGroupimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; createGroup(title: string, params?: CreateGroupParams): Promise<ChatPGroup>Create a group. User-only. Parameterstitle: stringThe title of the group. optionalparams: CreateGroupParamsReturnsPromise<ChatPGroup>The created group.