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

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

Constructors

new
messages_MessageReactionsList_(params: { count: number; reactions: Array<enums.MessagePeerReaction>; chats: Array<enums.Chat>; users: Array<enums.User>; next_offset?: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
chats: Array<enums.Chat>
count: number
optional
next_offset: string
reactions: Array<enums.MessagePeerReaction>
users: Array<enums.User>

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc