Sha256: ad15e226f773f3b0c0f2e7c366329f19999b23bd9524ee9c6b3c73799c3c5614

Contents?: true

Size: 189 Bytes

Versions: 2

Compression:

Stored size: 189 Bytes

Contents

module TD::Types
  # A file defined by its remote ID.
  #
  # @attr id [String] Remote file identifier.
  class InputFile::Remote < InputFile
    attribute :id, TD::Types::String
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-ruby-2.1.0 lib/tdlib/types/input_file/remote.rb
tdlib-ruby-2.0.0 lib/tdlib/types/input_file/remote.rb