Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

An attempt to write a Deno-native MTProto client
Go to Latest
class MessagePeerReaction
extends TypeMessagePeerReaction
import { MessagePeerReaction } from "https://deno.land/x/mtkruto@0.0.62/tl/2_types.ts";

Constructors

new
MessagePeerReaction(params: { big?: true; unread?: true; peerId: TypePeer; date: number; reaction: TypeReaction; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
big: true
date: number
peerId: TypePeer
reaction: TypeReaction
optional
unread: true

Static Properties

readonly
[paramDesc]: ParamDesc