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

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

Obtain forwards of a story as a message to public chats and reposts by public channels.

Constructors

new
stats_getStoryPublicForwards_(params: { peer: enums.InputPeer; id: number; offset: string; limit: number; })

Properties

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

Story ID

limit: number

Maximum number of results to return, see pagination

offset: string

Offset for pagination, from stats.PublicForwards.next_offset.

peer: enums.InputPeer

Peer where the story was originally posted

Static Properties

__F: (params: { peer: enums.InputPeer; id: number; offset: string; limit: number; }) => enums.stats.PublicForwards
readonly
[name]: string
readonly
[paramDesc]: ParamDesc