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_getMessagePublicForwards_

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

Obtains a list of messages, indicating to which other public channels was a channel message forwarded.
Will return a list of messages with peer_id equal to the public channel to which this message was forwarded.

Constructors

new
stats_getMessagePublicForwards_(params: { channel: enums.InputChannel; msg_id: number; offset: string; limit: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
channel: enums.InputChannel

Source channel

limit: number

Maximum number of results to return, see pagination

msg_id: number

Source message ID

offset: string

Offset for pagination, empty string on first call, then use the next_offset field of the returned constructor (if present, otherwise no more results are available).

Static Properties

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