mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
985 B
985 B
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
stats.broadcastRevenueTransactions | stats.broadcastRevenueTransactions attributes, type and example | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/stats_broadcastRevenueTransactions.html |
Constructor: stats.broadcastRevenueTransactions
Attributes:
Name | Type | Required |
---|---|---|
count | int | Yes |
transactions | Array of BroadcastRevenueTransaction | Yes |
Type: stats.BroadcastRevenueTransactions
Example:
$stats_broadcastRevenueTransactions = ['_' => 'stats.broadcastRevenueTransactions', 'count' => int, 'transactions' => [BroadcastRevenueTransaction, BroadcastRevenueTransaction]];