stats.getBroadcastRevenueTransactions

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;

Parameters

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

Result

stats.BroadcastRevenueTransactions

Possible errors

Code Type Description
400 CHANNEL_INVALID The provided channel is invalid.

Related pages

Pagination in the API

How to fetch results from large lists of objects.

Channel and bot ad revenue

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.