Package it.tdlight.jni
Class TdApi.UpdateFile
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateFile
- Enclosing class:
- TdApi
public static class TdApi.UpdateFile extends TdApi.Update
Information about a file was updated.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.File
file
New data about the file. -
Constructor Summary
Constructors Constructor Description UpdateFile()
Information about a file was updated.UpdateFile(TdApi.File file)
Information about a file was updated.UpdateFile(DataInput input)
-
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.Object
serialize, toString
-
Field Details
-
file
New data about the file. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
UpdateFile
public UpdateFile()Information about a file was updated. -
UpdateFile
Information about a file was updated.- Parameters:
file
- File New data about the file.
-
UpdateFile
- 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()
-