Sha256: dca626cab456dd57feb0860b0899d7de2bdc27fa950b8744bacbd6d5a6c0ebc0
Contents?: true
Size: 556 Bytes
Versions: 1
Compression:
Stored size: 556 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 application. # # @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-schema-1.7.0.1 | lib/tdlib/types/input_file/remote.rb |