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

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

Contains info about the forwards of a story as a message to public chats and reposts by public channels.

Constructors

new
stats_PublicForwards_(params: { count: number; forwards: Array<enums.PublicForward>; next_offset?: string; chats: Array<enums.Chat>; users: Array<enums.User>; })

Properties

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

Mentioned chats

count: number

Total number of results

forwards: Array<enums.PublicForward>

Info about the forwards of a story.

optional
next_offset: string

Offset used for pagination.

users: Array<enums.User>

Mentioned users

Static Properties

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