Skip to main content
Module

x/mtkruto/mod.ts>types.MessageActionGiftPremium

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

Constructors

new
MessageActionGiftPremium(params: { currency: string; amount: bigint; months: number; cryptoCurrency?: string; cryptoAmount?: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
amount: bigint
optional
cryptoAmount: bigint
optional
cryptoCurrency: string
currency: string
months: number

Static Properties

readonly
[paramDesc]: ParamDesc