Sha256: ad61c36a24977172e572bab028abf463d0debed79a4438f880dd8f2646ffe35d
Contents?: true
Size: 198 Bytes
Versions: 7
Compression:
Stored size: 198 Bytes
Contents
module TD::Types # Information about a file was updated. # # @attr file [TD::Types::File] New data about the file. class Update::File < Update attribute :file, TD::Types::File end end
Version data entries
7 entries across 7 versions & 2 rubygems