TgKit library and website are still in early development!

Giveaway Class

extends Base

Represents a message about a scheduled giveaway

Properties

chats

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

See the code

client Client

See the code

countryCodes

A list of two-letter [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/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.

See the code

hasPublicWinners boolean

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

See the code

onlyNewMembers boolean

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

See the code

premiumSubscriptionMonthCount number

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

See the code

prizeDescription string

Description of additional giveaway prize

See the code

winnerCount number

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

See the code

winnersSelectionDate Date

Point in time when winners of the giveaway will be selected

See the code