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