method Client.prototype.readMessagesimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; readMessages(chatId: number, untilMessageId: number): Promise<void>Mark messages as read. User-only. ParameterschatId: numberThe identifier of the chat that includes the messages. untilMessageId: numberThe identifier of a message that will be marked as read, along with any other unread messages before it. ReturnsPromise<void>