Constructor: messageActionGiftTon
Attributes:
Name | Type | Required |
---|---|---|
currency | string | Yes |
amount | long | Yes |
crypto_currency | string | Yes |
crypto_amount | long | Yes |
transaction_id | string | Optional |
Type: MessageAction
Example:
$messageActionGiftTon = ['_' => 'messageActionGiftTon', 'currency' => 'string', 'amount' => long, 'crypto_currency' => 'string', 'crypto_amount' => long, 'transaction_id' => 'string'];