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

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

Back to constructors index

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]];