Constructor: inputStorePaymentStarsGift
Attributes:
Name | Type | Required |
---|---|---|
user_id | Username, chat ID, Update, Message or InputUser | Optional |
stars | long | Yes |
currency | string | Yes |
amount | long | Yes |
Type: InputStorePaymentPurpose
Example:
$inputStorePaymentStarsGift = ['_' => 'inputStorePaymentStarsGift', 'user_id' => InputUser, 'stars' => long, 'currency' => 'string', 'amount' => long];