Sha256: bff39c189974e3bfee074e15ad21852d552526ecc7f9d5bed8e8ead0225eb69e

Contents?: true

Size: 202 Bytes

Versions: 3

Compression:

Stored size: 202 Bytes

Contents

module TD::Types
  # A file defined by a local path.
  #
  # @attr path [TD::Types::String] Local path to the file.
  class InputFile::Local < InputFile
    attribute :path, TD::Types::String
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/input_file/local.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/input_file/local.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/input_file/local.rb