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>StoryReaction_

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

How a certain peer reacted to a story

Constructors

new
StoryReaction_(params: { peer_id: enums.Peer; date: number; reaction: enums.Reaction; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
date: number

Reaction date

peer_id: enums.Peer

The peer

reaction: enums.Reaction

The reaction

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc