mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2025-01-22 05:41:46 +01:00
844 B
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
Attributes:
Name | Type | Required |
---|---|---|
amount | long | Yes |
date | int | Yes |
provider | string | Yes |
Type: BroadcastRevenueTransaction
Example:
$broadcastRevenueTransactionRefund = ['_' => 'broadcastRevenueTransactionRefund', 'amount' => long, 'date' => int, 'provider' => 'string'];