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

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

Get the reaction and interaction list of a story posted to a channel, along with the sender of each reaction.

Constructors

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

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
forwards_first: true

If set, returns forwards and reposts first, then reactions, then other views; otherwise returns interactions sorted just by interaction date.

id: number

Story 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 stories.StoryReactionsList); empty in the first request.

peer: enums.InputPeer

Channel

optional
reaction: enums.Reaction

Get only reactions of this type

Static Properties

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