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

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

Cross-runtime JavaScript library for building Telegram clients
Latest
interface GetHistoryParams
import { type GetHistoryParams } from "https://deno.land/x/mtkruto@0.2.24/client/0_params.ts";

Properties

optional
fromMessageId: number

The identifier of a message. If specified, the chat history will be fetched from that message.

optional
limit: number

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