Skip to main content
Module

x/mtkruto/mod.ts>types.InputStorePaymentPremiumGiveaway

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

Constructors

new
InputStorePaymentPremiumGiveaway(params: { onlyNewSubscribers?: true; boostPeer: TypeInputPeer; additionalPeers?: Array<TypeInputPeer>; countriesIso2?: Array<string>; randomId: bigint; untilDate: number; currency: string; amount: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
additionalPeers: Array<TypeInputPeer>
amount: bigint
boostPeer: TypeInputPeer
optional
countriesIso2: Array<string>
currency: string
optional
onlyNewSubscribers: true
randomId: bigint
untilDate: number

Static Properties

readonly
[paramDesc]: ParamDesc