Sha256: 40fac2b25e7856dd9a878680053e8af4bbd5b153f543cf5391837533b430a9d7
Contents?: true
Size: 294 Bytes
Versions: 3
Compression:
Stored size: 294 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::Coercible::Integer) end end
Version data entries
3 entries across 3 versions & 1 rubygems