Class: TD::Types::Update::SavedAnimations
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::SavedAnimations
- Defined in:
- lib/tdlib/types/update/saved_animations.rb
Overview
The list of saved animations was updated.
Instance Attribute Summary collapse
-
#animation_ids ⇒ Array<Integer>
The new list of file identifiers of saved animations.
Method Summary
Methods inherited from Base
Instance Attribute Details
#animation_ids ⇒ Array<Integer>
The new list of file identifiers of saved animations.
5 6 7 |
# File 'lib/tdlib/types/update/saved_animations.rb', line 5 def animation_ids @animation_ids end |