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

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

Contains info about a forward of a story as a repost by a public channel.

Constructors

new
PublicForwardStory_(params: { peer: enums.Peer; story: enums.StoryItem; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
peer: enums.Peer

The channel that reposted the story.

story: enums.StoryItem

The reposted story (may be different from the original story).

Static Properties

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