Skip to main content
Module

x/mtkruto/mod.ts>types.MessagePeerReaction

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

Constructors

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

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc