Skip to main content
Module

x/mtkruto/tl/2_types.ts>PaymentsGiveawayInfoResults

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class PaymentsGiveawayInfoResults
import { PaymentsGiveawayInfoResults } from "https://deno.land/x/mtkruto@0.1.117/tl/2_types.ts";

Constructors

new
PaymentsGiveawayInfoResults(params: { winner?: true; refunded?: true; startDate: number; giftCodeSlug?: string; finishDate: number; winnersCount: number; activatedCount: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
activatedCount: number
finishDate: number
optional
giftCodeSlug: string
optional
refunded: true
startDate: number
optional
winner: true
winnersCount: number

Static Properties

readonly
[paramDesc]: ParamDesc