Skip to main content

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

NameTypeRequiredDescription
UnclaimedboolIf 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.
Starsint64yesThe number of Telegram Stars you won
TransactionIDstringyesID of the telegram star transaction.
BoostPeerPeerClassyesIdentifier of the peer that was automatically boosted by the winners of the giveaway.
GiveawayMsgIDintyesID of the message containing the messageMediaGiveaway

References