Class: TD::Types::InputFile::Id
- Inherits:
-
TD::Types::InputFile
- Object
- Dry::Struct
- Base
- TD::Types::InputFile
- TD::Types::InputFile::Id
- Defined in:
- lib/tdlib/types/input_file/id.rb
Overview
A file defined by its unique ID.
Instance Attribute Summary collapse
-
#id ⇒ Integer
Unique file identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#id ⇒ Integer
Unique file identifier.
5 6 7 |
# File 'lib/tdlib/types/input_file/id.rb', line 5 def id @id end |