Fetch channel ad revenue transaction history ».
stats.broadcastRevenueTransactions#87158466 count:int transactions:Vector<BroadcastRevenueTransaction> = stats.BroadcastRevenueTransactions;
---functions---
stats.getBroadcastRevenueTransactions#70990b6d peer:InputPeer offset:int limit:int = stats.BroadcastRevenueTransactions;
Name | Type | Description |
---|---|---|
peer | InputPeer | Get ad revenue transactions for the specified channel or bot |
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 and bot owners can now receive 50% of the revenue from ads displayed in their channels and bots. This page describes the methods used to withdraw channel/bot ad revenue, as well as view detailed revenue stats.