Class: TD::Types::InputFile::Local

Inherits:
TD::Types::InputFile show all
Defined in:
lib/tdlib/types/input_file/local.rb

Overview

A file defined by a local path.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#pathString

Local path to the file.

Returns:

  • (String)

    the current value of path



5
6
7
# File 'lib/tdlib/types/input_file/local.rb', line 5

def path
  @path
end