messageActionPrizeStars
You won some Telegram Stars in a Telegram Star giveaway ». This service message should be displayed below the appropriate sticker from the inputStickerSetPremiumGifts » stickerset »:
type tg.MessageActionPrizeStars struct { /* ... */ }
Implements MessageAction.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Unclaimed | bool | — | If set, this indicates the reverse transaction that refunds the remaining stars to the creator of a giveaway if, when the giveaway ends, the number of members in the channel is smaller than the number of winners in the giveaway. |
Stars | int64 | yes | The number of Telegram Stars you won |
TransactionID | string | yes | ID of the telegram star transaction. |
BoostPeer | PeerClass | yes | Identifier of the peer that was automatically boosted by the winners of the giveaway. |
GiveawayMsgID | int | yes | ID of the message containing the messageMediaGiveaway |
References
- Official documentation
- Generated Go reference
- TL definition:
messageActionPrizeStars#b00c47a2