Class: TD::Types::StarPaymentOptions
- Defined in:
- lib/tdlib/types/star_payment_options.rb
Overview
Contains a list of options for buying Telegram Stars.
Instance Attribute Summary collapse
-
#options ⇒ Array<TD::Types::StarPaymentOption>
The list of options.
Method Summary
Methods inherited from Base
Instance Attribute Details
#options ⇒ Array<TD::Types::StarPaymentOption>
The list of options.
5 6 7 |
# File 'lib/tdlib/types/star_payment_options.rb', line 5 def @options end |