method Client.prototype.getChatimport { Client } from "https://deno.land/x/mtkruto@0.1.139/mod.ts"; getChat(chatId: ChatID): Promise<Chat>Get a chat. ParameterschatId: ChatIDReturnsPromise<Chat>