Skip to main content
Module

x/mtkruto/mod.ts>types.SearchResultsCalendarPeriod

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.SearchResultsCalendarPeriod
import { types } from "https://deno.land/x/mtkruto@0.0.983/mod.ts";
const { SearchResultsCalendarPeriod } = types;

Constructors

new
SearchResultsCalendarPeriod(params: { date: number; minMsgId: number; maxMsgId: number; count: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
count: number
date: number
maxMsgId: number
minMsgId: number

Static Properties

readonly
[paramDesc]: ParamDesc