Sha256: d4aa6b3b1101cbb65235879fccfd7bcbe35900dbcd6623e691cbbe84aef83aa5

Contents?: true

Size: 551 Bytes

Versions: 1

Compression:

Stored size: 551 Bytes

Contents

module TD::Types
  # A file defined by its remote ID.
  # The remote ID is guaranteed to be usable only if the corresponding file is still accessible to the user and known
  #   to TDLib.
  # For example, if the file is from a message, then the message must be not deleted and accessible to the user.
  # If the file database is disabled, then the corresponding object with the file must be preloaded by the client.
  #
  # @attr id [String] Remote file identifier.
  class InputFile::Remote < InputFile
    attribute :id, TD::Types::String
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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