MadelineProtoDocs/docs/API_docs/constructors/broadcastRevenueTransactionRefund.md
2024-05-01 14:53:46 +02:00

844 B

title description nav_exclude image
broadcastRevenueTransactionRefund broadcastRevenueTransactionRefund attributes, type and example true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: broadcastRevenueTransactionRefund

Back to constructors index

Attributes:

Name Type Required
amount long Yes
date int Yes
provider string Yes

Type: BroadcastRevenueTransaction

Example:

$broadcastRevenueTransactionRefund = ['_' => 'broadcastRevenueTransactionRefund', 'amount' => long, 'date' => int, 'provider' => 'string'];