Class: TD::Types::StarPaymentOptions

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

Overview

Contains a list of options for buying Telegram Stars.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#optionsArray<TD::Types::StarPaymentOption>

The list of options.

Returns:



5
6
7
# File 'lib/tdlib/types/star_payment_options.rb', line 5

def options
  @options
end