Skip to main content
Module

x/mtkruto/mod.ts>GetChatsParams

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface GetChatsParams
Re-export
import { type GetChatsParams } from "https://deno.land/x/mtkruto@0.1.200/mod.ts";

Properties

optional
from: "main" | "archived"

The chat list to get the chats from. Defaults to main.

optional
after: Chat

The last chat to get chats after.

optional
limit: number

The maximum number of results to return. Must be in the range of 1-100. Defaults to 100.