Sha256: 6194279d607943332afe42b35acbe40be960bd19e4a6697c5003342c56891f07

Contents?: true

Size: 191 Bytes

Versions: 4

Compression:

Stored size: 191 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/input_file/local.rb
tdlib-ruby-2.2.0 lib/tdlib/types/input_file/local.rb
tdlib-ruby-2.1.0 lib/tdlib/types/input_file/local.rb
tdlib-ruby-2.0.0 lib/tdlib/types/input_file/local.rb