Skip to main content
Module

x/mtkruto/mod.ts>types.PremiumSubscriptionOption

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

Constructors

new
PremiumSubscriptionOption(params: { current?: true; canPurchaseUpgrade?: true; transaction?: string; months: number; currency: string; amount: bigint; botUrl: string; storeProduct?: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
amount: bigint
botUrl: string
optional
canPurchaseUpgrade: true
currency: string
optional
current: true
months: number
optional
storeProduct: string
optional
transaction: string

Static Properties

readonly
[paramDesc]: ParamDesc