Skip to main content
Module

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

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

Constructors

new
MessageMediaGiveaway(params: { onlyNewSubscribers?: true; channels: Array<bigint>; countriesIso2?: Array<string>; quantity: number; months: number; untilDate: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
channels: Array<bigint>
optional
countriesIso2: Array<string>
months: number
optional
onlyNewSubscribers: true
quantity: number
untilDate: number

Static Properties

readonly
[paramDesc]: ParamDesc