method Client.prototype.joinChatimport { Client } from "https://deno.land/x/mtkruto@0.1.157/mod.ts"; joinChat(chatId: ID): Promise<void>Join a chat. User-only. ParameterschatId: IDThe identifier of the chat to join. ReturnsPromise<void>