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