Class: TD::Types::Update::OwnedStarCount
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::OwnedStarCount
- 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
-
#star_count ⇒ Integer
The new number of Telegram Stars owned.
Method Summary
Methods inherited from Base
Instance Attribute Details
#star_count ⇒ Integer
The new number of Telegram Stars owned.
5 6 7 |
# File 'lib/tdlib/types/update/owned_star_count.rb', line 5 def star_count @star_count end |