method Client.prototype.createChannelimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; createChannel(title: string, params?: CreateChannelParams): Promise<ChatPChannel>Create a channel. User-only. Parameterstitle: stringThe title of the channel. optionalparams: CreateChannelParamsReturnsPromise<ChatPChannel>The created channel.