Class: TD::Types::Animations

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/animations.rb

Overview

Represents a list of animations.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#animationsArray<TD::Types::Animation>

List of animations.

Returns:



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

def animations
  @animations
end