Class: TD::Types::Update::OwnedStarCount

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/owned_star_count.rb

Overview

The number of Telegram Stars owned by the current user has changed.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#star_countInteger

The new number of Telegram Stars owned.

Returns:

  • (Integer)

    the current value of star_count



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

def star_count
  @star_count
end