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

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

Constructors

new
MessageReactions_(params: { min?: true; can_see_list?: true; reactions_as_tags?: true; results: Array<enums.ReactionCount>; recent_reactions?: Array<enums.MessagePeerReaction>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
can_see_list: true

Whether messages.getMessageReactionsList can be used to see how each specific peer reacted to the message

optional
min: true

Similar to min objects, used for message reaction » constructors that are the same for all users so they don't have the reactions sent by the current user (you can use messages.getMessagesReactions to get the full reaction info).

optional
reactions_as_tags: true
optional
recent_reactions: Array<enums.MessagePeerReaction>

List of recent peers and their reactions

results: Array<enums.ReactionCount>

Reactions

Static Properties

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