Constructor: messageActionPrizeStars
Attributes:
Name | Type | Required |
---|---|---|
unclaimed | Bool | Optional |
stars | long | Yes |
transaction_id | string | Yes |
boost_peer | Peer | Yes |
giveaway_msg_id | int | Yes |
Type: MessageAction
Example:
$messageActionPrizeStars = ['_' => 'messageActionPrizeStars', 'unclaimed' => Bool, 'stars' => long, 'transaction_id' => 'string', 'boost_peer' => Peer, 'giveaway_msg_id' => int];