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_getTopReactions_

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

Got popular message reactions

Constructors

new
messages_getTopReactions_(params: { limit: number; hash: bigint; })

Properties

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

Maximum number of results to return, see pagination

Static Properties

__F: (params: { limit: number; hash: bigint; }) => enums.messages.Reactions
readonly
[name]: string
readonly
[paramDesc]: ParamDesc