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

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

Constructors

new
PremiumSubscriptionOption_(params: { current?: true; can_purchase_upgrade?: true; transaction?: string; months: number; currency: string; amount: bigint; bot_url: string; store_product?: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
amount: bigint
bot_url: string
optional
can_purchase_upgrade: true
currency: string
optional
current: true
months: number
optional
store_product: string
optional
transaction: string

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc