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

x/mtkruto/tl/2_types.ts>MessageReplies_

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class MessageReplies_
import { MessageReplies_ } from "https://deno.land/x/mtkruto@0.1.128/tl/2_types.ts";

Constructors

new
MessageReplies_(params: { comments?: true; replies: number; replies_pts: number; recent_repliers?: Array<enums.Peer>; channel_id?: bigint; max_id?: number; read_max_id?: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
channel_id: bigint
optional
comments: true
optional
max_id: number
optional
read_max_id: number
optional
recent_repliers: Array<enums.Peer>
replies: number
replies_pts: number

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc