Link Search Menu Expand Document

Constructor: messageActionGiftStars

Back to constructors index

Attributes:

NameTypeRequired
currencystringYes
amountlongYes
starslongYes
crypto_currencystringOptional
crypto_amountlongOptional
transaction_idstringOptional

Type: MessageAction

Example:

$messageActionGiftStars = ['_' => 'messageActionGiftStars', 'currency' => 'string', 'amount' => long, 'stars' => long, 'crypto_currency' => 'string', 'crypto_amount' => long, 'transaction_id' => 'string'];