Package it.tdlight.jni
Class TdApi.GetRemoteFile
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetRemoteFile
- Enclosing class:
- TdApi
public static class TdApi.GetRemoteFile extends TdApi.Function
Returns information about a file by
its remote ID; this is an offline
request. Can be used to register a
URL as a file for further uploading,
or sending as a message. Even the
request succeeds, the file can be used
only if it is still accessible to the
user. 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.
Returns File
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.FileType
fileType
File type; pass null if unknown.String
remoteFileId
Remote identifier of the file to get. -
Constructor Summary
Constructors Constructor Description GetRemoteFile()
Returns information about a file by its remote ID; this is an offline request.GetRemoteFile(DataInput input)
GetRemoteFile(String remoteFileId, TdApi.FileType fileType)
Returns information about a file by its remote ID; this is an offline request. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
remoteFileId
Remote identifier of the file to get. -
fileType
File type; pass null if unknown. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GetRemoteFile
public GetRemoteFile()Returns information about a file by its remote ID; this is an offline request. Can be used to register a URL as a file for further uploading, or sending as a message. Even the request succeeds, the file can be used only if it is still accessible to the user. 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.Returns
File
-
GetRemoteFile
Returns information about a file by its remote ID; this is an offline request. Can be used to register a URL as a file for further uploading, or sending as a message. Even the request succeeds, the file can be used only if it is still accessible to the user. 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.Returns
File
- Parameters:
remoteFileId
- String Remote identifier of the file to get.fileType
- FileType File type; pass null if unknown.
-
GetRemoteFile
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-