Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>messages_getMessageReactionsList_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class messages_getMessageReactionsList_
extends Function_<enums.messages.MessageReactionsList>
import { messages_getMessageReactionsList_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Get message reaction list, along with the sender of each reaction.

Constructors

new
messages_getMessageReactionsList_(params: { peer: enums.InputPeer; id: number; reaction?: enums.Reaction; offset?: string; limit: number; })

Properties

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

Message ID

limit: number

Maximum number of results to return, see pagination

optional
offset: string

Offset for pagination (taken from the next_offset field of the returned messages.MessageReactionsList); empty in the first request.

peer: enums.InputPeer

Peer

optional
reaction: enums.Reaction

Get only reactions of this type

Static Properties

__F: (params: { peer: enums.InputPeer; id: number; reaction?: enums.Reaction; offset?: string; limit: number; }) => enums.messages.MessageReactionsList
readonly
[name]: string
readonly
[paramDesc]: ParamDesc