Link Search Menu Expand Document

Constructor: inputStorePaymentStarsGift

Back to constructors index

Attributes:

NameTypeRequired
user_idUsername, chat ID, Update, Message or InputUserOptional
starslongYes
currencystringYes
amountlongYes

Type: InputStorePaymentPurpose

Example:

$inputStorePaymentStarsGift = ['_' => 'inputStorePaymentStarsGift', 'user_id' => InputUser, 'stars' => long, 'currency' => 'string', 'amount' => long];