method Client.prototype.getChatsimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; getChats(params?: GetChatsParams): Promise<ChatListItem[]>Get chats from a chat list. User-only. Parametersoptionalparams: GetChatsParamsReturnsPromise<ChatListItem[]>