Sha256: 46491e4acf4de6099990fa3729b73169c6cc093c7544905076f1a60123d35be6
Contents?: true
Size: 567 Bytes
Versions: 2
Compression:
Stored size: 567 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 [TD::Types::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-schema-1.7.0.3 | lib/tdlib/types/input_file/remote.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/input_file/remote.rb |