interface GetChatsParamsRe-exportimport { type GetChatsParams } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; Propertiesoptionalfrom: "main" | "archived"The chat list to get the chats from. Defaults to main. optionalafter: ChatListItemThe last chat to get chats after. optionallimit: numberThe maximum number of results to return. Must be in the range of 1-100. Defaults to 100.