Link Search Menu Expand Document

Constructor: messageActionPaymentRefunded

Back to constructors index

Attributes:

NameTypeRequired
peerlongYes
currencystringYes
total_amountlongYes
payloadbytesOptional
chargePaymentChargeYes

Type: MessageAction

Example:

$messageActionPaymentRefunded = ['_' => 'messageActionPaymentRefunded', 'peer' => long, 'currency' => 'string', 'total_amount' => long, 'payload' => 'bytes', 'charge' => PaymentCharge];