MessageGiveawayPrizeStars¶
Telegram Stars were received by the current user from a giveaway
MessageGiveawayPrizeStars(
star_count: int53,
transaction_id: string,
boosted_chat_id: int53,
giveaway_message_id: int53,
is_unclaimed: Bool,
sticker: Sticker
) → MessageContent
star_count¶
int53
Number of Telegram Stars that were received
transaction_id¶
string
Identifier of the transaction for Telegram Stars credit
boosted_chat_id¶
int53
Identifier of the supergroup or channel chat, which was automatically boosted by the winners of the giveaway
giveaway_message_id¶
int53
Identifier of the message with the giveaway in the boosted chat; may be 0 or an identifier of a deleted message
is_unclaimed¶
Bool
True, if the corresponding winner wasn't chosen and the Telegram Stars were received by the owner of the boosted chat
sticker¶
A sticker to be shown in the message; may be null if unknown