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