Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesGetUnreadReactions

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

Constructors

new
MessagesGetUnreadReactions(params: { peer: types.TypeInputPeer; topMsgId?: number; offsetId: number; addOffset: number; limit: number; maxId: number; minId: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
addOffset: number
limit: number
maxId: number
minId: number
offsetId: number
optional
topMsgId: number

Static Properties

readonly
[paramDesc]: ParamDesc