telegram api constructor · layer 229 · #e175e66f
payments.giveawayInfoResults
A giveaway has ended.
definition
payments.giveawayInfoResults#e175e66f flags:# winner:flags.0?true refunded:flags.1?true start_date:int gift_code_slug:flags.3?string stars_prize:flags.4?long finish_date:int winners_count:int activated_count:flags.2?int = payments.GiveawayInfo;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
winner | true | Whether we're one of the winners of this giveaway. |
refunded | true | Whether the giveaway was canceled and was fully refunded. |
start_date | int | Start date of the giveaway |
gift_code_slug | string | If we're one of the winners of this giveaway, contains the Premium gift code, see here » for more info on the full giveaway flow. |
stars_prize | long | If we're one of the winners of this Telegram Star giveaway, the number Telegram Stars we won. |
finish_date | int | End date of the giveaway. May be bigger than the end date specified in parameters of the giveaway. |
winners_count | int | Number of winners in the giveaway |
activated_count | int | Number of winners, which activated their gift codes. |
type
payments.GiveawayInfo · other constructors: payments.giveawayInfo
history
present in layers 166–229 · constructor id changed 1×
| id | layers |
|---|---|
| #00cd5570 | 166–186 |
| #e175e66f | 187–229 |