Class: TD::Types::ChatRevenueTransactions

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/chat_revenue_transactions.rb

Overview

Contains a list of chat revenue transactions.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#total_countInteger

Total number of transactions.

Returns:

  • (Integer)

    the current value of total_count



6
7
8
# File 'lib/tdlib/types/chat_revenue_transactions.rb', line 6

def total_count
  @total_count
end

#transactionsArray<TD::Types::ChatRevenueTransaction>

List of transactions.

Returns:



6
7
8
# File 'lib/tdlib/types/chat_revenue_transactions.rb', line 6

def transactions
  @transactions
end