Skip to main content
Module

x/mtkruto/mod.ts>types.HelpPremiumPromo

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.HelpPremiumPromo
import { types } from "https://deno.land/x/mtkruto@0.0.982/mod.ts";
const { HelpPremiumPromo } = types;

Constructors

new
HelpPremiumPromo(params: { statusText: string; statusEntities: Array<TypeMessageEntity>; videoSections: Array<string>; videos: Array<TypeDocument>; periodOptions: Array<TypePremiumSubscriptionOption>; users: Array<TypeUser>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
periodOptions: Array<TypePremiumSubscriptionOption>
statusEntities: Array<TypeMessageEntity>
statusText: string
users: Array<TypeUser>
videos: Array<TypeDocument>
videoSections: Array<string>

Static Properties

readonly
[paramDesc]: ParamDesc