method Client.prototype.createSupergroupimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; createSupergroup(title: string, params?: CreateSupergroupParams): Promise<ChatPSupergroup>Create a supergroup. User-only. Parameterstitle: stringThe title of the supergroup. optionalparams: CreateSupergroupParamsReturnsPromise<ChatPSupergroup>The created supergroup.