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

x/mtkruto/2_tl.ts>functions.MessagesGetUnreadMentions

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

Constructors

new
MessagesGetUnreadMentions(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