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

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

Reactions

Constructors

new
ReactionCount_(params: { chosen_order?: number; reaction: enums.Reaction; count: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
chosen_order: number

If set, indicates that the current user also sent this reaction.
The integer value indicates when was the reaction added: the bigger the value, the newer the reaction.

count: number

Number of users that reacted with this emoji.

reaction: enums.Reaction

The reaction.

Static Properties

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