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