Class: TD::Types::ChatRevenueTransactions
- Defined in:
- lib/tdlib/types/chat_revenue_transactions.rb
Overview
Contains a list of chat revenue transactions.
Instance Attribute Summary collapse
-
#total_count ⇒ Integer
Total number of transactions.
-
#transactions ⇒ Array<TD::Types::ChatRevenueTransaction>
List of transactions.
Method Summary
Methods inherited from Base
Instance Attribute Details
#total_count ⇒ Integer
Total number of transactions.
6 7 8 |
# File 'lib/tdlib/types/chat_revenue_transactions.rb', line 6 def total_count @total_count end |
#transactions ⇒ Array<TD::Types::ChatRevenueTransaction>
List of transactions.
6 7 8 |
# File 'lib/tdlib/types/chat_revenue_transactions.rb', line 6 def transactions @transactions end |