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