Skip to main content
Module

x/mtkruto/2_tl.ts>types.InputStorePaymentPremiumGiftCode

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

Constructors

new
InputStorePaymentPremiumGiftCode(params: { users: Array<TypeInputUser>; boostPeer?: TypeInputPeer; currency: string; amount: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
amount: bigint
optional
boostPeer: TypeInputPeer
currency: string
users: Array<TypeInputUser>

Static Properties

readonly
[paramDesc]: ParamDesc