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

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

List of peers that reacted to or intercated with a specific story

Constructors

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

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
chats: Array<enums.Chat>

Mentioned chats

count: number

Total number of reactions matching query

optional
next_offset: string

If set, indicates the next offset to use to load more results by invoking stories.getStoryReactionsList.

reactions: Array<enums.StoryReaction>

List of peers that reacted to or interacted with a specific story

users: Array<enums.User>

Mentioned users

Static Properties

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