Function get_chat_revenue_transactions

Source
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 identifier
  • offset - Number of transactions to skip
  • limit - The maximum number of transactions to be returned; up to 200
  • client_id - The client id to send the request to