method Client.prototype.leaveChatimport { Client } from "https://deno.land/x/mtkruto@0.1.157/mod.ts"; leaveChat(chatId: ID): Promise<void>Leave a chat. ParameterschatId: IDThe identifier of the chat to leave. ReturnsPromise<void>