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

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/dated_file.rb
tdlib-ruby-2.2.0 lib/tdlib/types/dated_file.rb
tdlib-ruby-2.1.0 lib/tdlib/types/dated_file.rb
tdlib-ruby-2.0.0 lib/tdlib/types/dated_file.rb