Skip to main content
Module

x/mtkruto/mod.ts>types.MessagesMessageReactionsList

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.MessagesMessageReactionsList
import { types } from "https://deno.land/x/mtkruto@0.0.982/mod.ts";
const { MessagesMessageReactionsList } = types;

Constructors

new
MessagesMessageReactionsList(params: { count: number; reactions: Array<TypeMessagePeerReaction>; chats: Array<TypeChat>; users: Array<TypeUser>; nextOffset?: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
chats: Array<TypeChat>
count: number
optional
nextOffset: string
reactions: Array<TypeMessagePeerReaction>
users: Array<TypeUser>

Static Properties

readonly
[paramDesc]: ParamDesc