pub async fn get_chat_revenue_transactions(
chat_id: i64,
offset: i32,
limit: i32,
client_id: i32,
) -> Result<ChatRevenueTransactions, Error>Expand description
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
ยงArguments
chat_id- Chat identifieroffset- Number of transactions to skiplimit- The maximum number of transactions to be returned; up to 200client_id- The client id to send the request to