Skip to main content
Module

x/mtkruto/mod.ts>types.PremiumGiftOption

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

Constructors

new
PremiumGiftOption(params: { months: number; currency: string; amount: bigint; botUrl: string; storeProduct?: string; })

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc