Class: TD::Types::Updates
- Defined in:
- lib/tdlib/types/updates.rb
Overview
Contains a list of updates.
Instance Attribute Summary collapse
-
#updates ⇒ Array<TD::Types::Update>
List of updates.
Method Summary
Methods inherited from Base
Instance Attribute Details
#updates ⇒ Array<TD::Types::Update>
List of updates.
5 6 7 |
# File 'lib/tdlib/types/updates.rb', line 5 def updates @updates end |