method Client.prototype.searchMessagesimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; searchMessages(chatId: ID,query: string,params?: SearchMessagesParams,): Promise<Message[]>Search the messages of a chat. User-only. ParameterschatId: IDThe identifier of the chat to search the messages in. query: stringThe message search query. optionalparams: SearchMessagesParamsReturnsPromise<Message[]>