Constructor: messageActionPaymentRefunded
Attributes:
Name | Type | Required |
---|---|---|
peer | long | Yes |
currency | string | Yes |
total_amount | long | Yes |
payload | bytes | Optional |
charge | PaymentCharge | Yes |
Type: MessageAction
Example:
$messageActionPaymentRefunded = ['_' => 'messageActionPaymentRefunded', 'peer' => long, 'currency' => 'string', 'total_amount' => long, 'payload' => 'bytes', 'charge' => PaymentCharge];