Class: TD::Types::DatedFile
- Defined in:
- lib/tdlib/types/dated_file.rb
Overview
File with the date it was uploaded.
Instance Attribute Summary collapse
-
#date ⇒ Integer
Point in time (Unix timestamp) when the file was uploaded.
-
#file ⇒ TD::Types::File
The file.
Method Summary
Methods inherited from Base
Instance Attribute Details
#date ⇒ Integer
Point in time (Unix timestamp) when the file was uploaded.
6 7 8 |
# File 'lib/tdlib/types/dated_file.rb', line 6 def date @date end |
#file ⇒ TD::Types::File
The file.
6 7 8 |
# File 'lib/tdlib/types/dated_file.rb', line 6 def file @file end |