get_chat_revenue_transactions


Description:

public async ChatRevenueTransactions get_chat_revenue_transactions (int64 chat_id, string offset, int32 limit) throws TDLibError

Returns the list of revenue transactions for a chat. Currently, this method can be used only for channels if supergroupFullInfo.can_get_revenue_statistics == true or bots if userFullInfo.bot_info.can_get_revenue_statistics == true

Parameters:

chat_id

Chat identifier

offset

Offset of the first transaction to return as received from the previous request; use empty string to get the first chunk of results

limit

The maximum number of transactions to be returned; up to 100