Class: TD::Types::PaymentReceiptType::Stars
- Inherits:
-
TD::Types::PaymentReceiptType
- Object
- Dry::Struct
- Base
- TD::Types::PaymentReceiptType
- TD::Types::PaymentReceiptType::Stars
- Defined in:
- lib/tdlib/types/payment_receipt_type/stars.rb
Overview
The payment was done using Telegram Stars.
Instance Attribute Summary collapse
-
#star_count ⇒ Integer
Number of Telegram Stars that were paid.
-
#transaction_id ⇒ TD::Types::String
Unique identifier of the transaction that can be used to dispute it.
Method Summary
Methods inherited from Base
Instance Attribute Details
#star_count ⇒ Integer
Number of Telegram Stars that were paid.
6 7 8 |
# File 'lib/tdlib/types/payment_receipt_type/stars.rb', line 6 def star_count @star_count end |
#transaction_id ⇒ TD::Types::String
Unique identifier of the transaction that can be used to dispute it.
6 7 8 |
# File 'lib/tdlib/types/payment_receipt_type/stars.rb', line 6 def transaction_id @transaction_id end |