Class: TD::Types::Update::SavedAnimations

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/saved_animations.rb

Overview

The list of saved animations was updated.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#animation_idsArray<Integer>

The new list of file identifiers of saved animations.

Returns:

  • (Array<Integer>)

    the current value of animation_ids



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

def animation_ids
  @animation_ids
end