Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/client/3_params.ts>GetHistoryParams

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface GetHistoryParams
import { type GetHistoryParams } from "https://deno.land/x/mtkruto@0.1.139/client/3_params.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.