Package it.tdlight.jni
Class TdApi.PassportElementErrorSourceFrontSide
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PassportElementErrorSource
it.tdlight.jni.TdApi.PassportElementErrorSourceFrontSide
- Enclosing class:
- TdApi
public static class TdApi.PassportElementErrorSourceFrontSide extends TdApi.PassportElementErrorSource
The front side of the document contains
an error. The error will be considered
resolved when the file with the front side changes.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
-
Constructor Summary
Constructors Constructor Description PassportElementErrorSourceFrontSide()
The front side of the document contains an error.PassportElementErrorSourceFrontSide(DataInput input)
The front side of the document contains an error. -
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
-
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
PassportElementErrorSourceFrontSide
public PassportElementErrorSourceFrontSide()The front side of the document contains an error. The error will be considered resolved when the file with the front side changes. -
PassportElementErrorSourceFrontSide
The front side of the document contains an error. The error will be considered resolved when the file with the front side changes.- 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()
-