Skip to main content
Module

x/mtkruto/mod.ts>types.PrepaidGiveaway

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

Constructors

new
PrepaidGiveaway(params: { id: bigint; months: number; quantity: number; date: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
date: number
id: bigint
months: number
quantity: number

Static Properties

readonly
[paramDesc]: ParamDesc