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

x/mtkruto/tl/3_functions.ts>messages_readReactions_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class messages_readReactions_
extends Function_<enums.messages.AffectedHistory>
import { messages_readReactions_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Mark message reactions » as read

Constructors

new
messages_readReactions_(params: { peer: enums.InputPeer; top_msg_id?: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
peer: enums.InputPeer

Peer

optional
top_msg_id: number

Mark as read only reactions to messages within the specified forum topic

Static Properties

__F: (params: { peer: enums.InputPeer; top_msg_id?: number; }) => enums.messages.AffectedHistory
readonly
[name]: string
readonly
[paramDesc]: ParamDesc