Sha256: aab8d0539d3bb9126494786abcb68808a5a7121f5ea4b716fae72c988c137b95
Contents?: true
Size: 300 Bytes
Versions: 4
Compression:
Stored size: 300 Bytes
Contents
module TD::Types # File with the date it was uploaded. # # @attr file [TD::Types::File] The file. # @attr date [Integer] Point in time (Unix timestamp) when the file was uploaded. class DatedFile < Base attribute :file, TD::Types::File attribute :date, TD::Types::Integer end end
Version data entries
4 entries across 4 versions & 2 rubygems