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