method Client.prototype.createInviteLinkimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; createInviteLink(chatId: ID, params?: CreateInviteLinkParams): Promise<InviteLink>Create an invite link. ParameterschatId: IDThe identifier of the chat to create the invite link for. optionalparams: CreateInviteLinkParamsReturnsPromise<InviteLink>The newly created invite link.