Skip to main content
Module

x/mtkruto/mod.ts>types.PaymentsGiveawayInfo

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

Constructors

new
PaymentsGiveawayInfo(params: { participating?: true; preparingResults?: true; startDate: number; joinedTooEarlyDate?: number; adminDisallowedChatId?: bigint; disallowedCountry?: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
adminDisallowedChatId: bigint
optional
disallowedCountry: string
optional
joinedTooEarlyDate: number
optional
participating: true
optional
preparingResults: true
startDate: number

Static Properties

readonly
[paramDesc]: ParamDesc