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

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

A certain peer has reposted the story.

Constructors

new
StoryReactionPublicRepost_(params: { peer_id: enums.Peer; story: enums.StoryItem; })

Properties

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

The peer that reposted the story.

story: enums.StoryItem

The reposted story.

Static Properties

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