Sha256: 54b954eb342148ca9574e75a310fd76afb86bcb33d93b3b24509fb6c43d4e19e

Contents?: true

Size: 234 Bytes

Versions: 7

Compression:

Stored size: 234 Bytes

Contents

module TD::Types
  # Represents a list of animations.
  #
  # @attr animations [Array<TD::Types::Animation>] List of animations.
  class Animations < Base
    attribute :animations, TD::Types::Array.of(TD::Types::Animation)
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/animations.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/animations.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/animations.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/animations.rb
tdlib-ruby-2.2.0 lib/tdlib/types/animations.rb
tdlib-ruby-2.1.0 lib/tdlib/types/animations.rb
tdlib-ruby-2.0.0 lib/tdlib/types/animations.rb