Interface Giveaway

This object represents a message about a scheduled giveaway.

interface Giveaway {
    chats: Chat[];
    country_codes?: string[];
    has_public_winners?: true;
    only_new_members?: true;
    premium_subscription_month_count?: number;
    prize_description?: string;
    winner_count: number;
    winners_selection_date: number;
}

Properties

chats: Chat[]

The list of chats which the user must join to participate in the giveaway

country_codes?: string[]

A list of two-letter ISO 3166-1 alpha-2 country codes indicating the countries from which eligible users for the giveaway must come. If empty, then all users can participate in the giveaway. Users with a phone number that was bought on Fragment can always participate in giveaways.

has_public_winners?: true

True, if the list of giveaway winners will be visible to everyone

only_new_members?: true

True, if only users who join the chats after the giveaway started should be eligible to win

premium_subscription_month_count?: number

The number of months the Telegram Premium subscription won from the giveaway will be active for

prize_description?: string

Description of additional giveaway prize

winner_count: number

The number of users which are supposed to be selected as winners of the giveaway

winners_selection_date: number

Point in time (Unix timestamp) when winners of the giveaway will be selected