Class: TD::Types::PaymentFormType::Stars
- Inherits:
-
TD::Types::PaymentFormType
- Object
- Dry::Struct
- Base
- TD::Types::PaymentFormType
- TD::Types::PaymentFormType::Stars
- Defined in:
- lib/tdlib/types/payment_form_type/stars.rb
Overview
The payment form is for a payment in Telegram Stars.
Instance Attribute Summary collapse
-
#star_count ⇒ Integer
Number of Telegram Stars that will be paid.
Method Summary
Methods inherited from Base
Instance Attribute Details
#star_count ⇒ Integer
Number of Telegram Stars that will be paid.
5 6 7 |
# File 'lib/tdlib/types/payment_form_type/stars.rb', line 5 def star_count @star_count end |