method Client.prototype.getHistoryimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; getHistory(chatId: ID, params?: GetHistoryParams): Promise<Message[]>Get chat history. User-only. ParameterschatId: IDThe identifier of the chat to get its history. optionalparams: GetHistoryParamsReturnsPromise<Message[]>