Skip to main content
Module

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

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

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