starsGiveawayWinnersOption
Allowed options for the number of giveaway winners.
type tg.StarsGiveawayWinnersOption struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Default | bool | — | If set, this option must be pre-selected by default in the option list. |
Users | int | yes | The number of users that will be randomly chosen as winners. |
PerUserStars | int64 | yes | The number of Telegram Stars each winner will receive. |
References
- Official documentation
- Generated Go reference
- TL definition:
starsGiveawayWinnersOption#54236209