Fetch channel ad revenue transaction history ».
stats.broadcastRevenueTransactions#87158466 count:int transactions:Vector<BroadcastRevenueTransaction> = stats.BroadcastRevenueTransactions;
---functions---
stats.getBroadcastRevenueTransactions#69280f channel:InputChannel offset:int limit:int = stats.BroadcastRevenueTransactions;
Name | Type | Description |
---|---|---|
channel | InputChannel | The channel |
offset | int | Offset for pagination |
limit | int | Maximum number of results to return, see pagination |
stats.BroadcastRevenueTransactions
Code | Type | Description |
---|---|---|
400 | CHANNEL_INVALID | The provided channel is invalid. |
How to fetch results from large lists of objects.
Telegram has one of the most generous reward systems in the history of social media. Telegram channel owners can now receive 50% of the revenue from ads displayed in their channels. This page describes the methods used to withdraw channel ad revenue, as well as view detailed revenue stats.