Class: TD::Types::PaymentFormType::Stars

Inherits:
TD::Types::PaymentFormType show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#star_countInteger

Number of Telegram Stars that will be paid.

Returns:

  • (Integer)

    the current value of star_count



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

def star_count
  @star_count
end