Interface GetChatRevenueTransactions

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. Request type for Tdjson#getChatRevenueTransactions.

interface GetChatRevenueTransactions {
    @type: "getChatRevenueTransactions";
    chat_id: number;
    limit: number;
    offset: number;
}

Properties

@type: "getChatRevenueTransactions"
chat_id: number

Chat identifier.

limit: number

The maximum number of transactions to be returned; up to 200.

offset: number

Number of transactions to skip.