Sha256: 8da04e2adb49b7b80ebfd7560dd3e45e45e9b42b5f9af616aed05aea251f99cf

Contents?: true

Size: 283 Bytes

Versions: 4

Compression:

Stored size: 283 Bytes

Contents

module TD::Types
  # The list of saved animations was updated.
  #
  # @attr animation_ids [Array<Integer>] The new list of file identifiers of saved animations.
  class Update::SavedAnimations < Update
    attribute :animation_ids, TD::Types::Array.of(TD::Types::Integer)
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/update/saved_animations.rb
tdlib-ruby-2.2.0 lib/tdlib/types/update/saved_animations.rb
tdlib-ruby-2.1.0 lib/tdlib/types/update/saved_animations.rb
tdlib-ruby-2.0.0 lib/tdlib/types/update/saved_animations.rb