Skip to main content
Module

x/mtkruto/mod.ts>types.Boost

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

Constructors

new
Boost(params: { gift?: true; giveaway?: true; unclaimed?: true; id: string; userId?: bigint; giveawayMsgId?: number; date: number; expires: number; usedGiftSlug?: string; multiplier?: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
date: number
expires: number
optional
gift: true
optional
giveaway: true
optional
giveawayMsgId: number
id: string
optional
multiplier: number
optional
unclaimed: true
optional
usedGiftSlug: string
optional
userId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc