Skip to main content
Module

x/mtkruto/mod.ts>GetHistoryParams

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

Properties

optional
after: Message

The oldest message to get messages after.

optional
limit: number

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