java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.IdentityDocument
- Enclosing class:
- TdApi
An identity document.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Document expiry date; may be null if not applicable.Front side of the document.Document number; 1-24 characters.Reverse side of the document; only for driver license and identity card; may be null.Selfie with the document; may be null.List of files containing a certified English translation of the document. -
Constructor Summary
ConstructorDescriptionAn identity document.IdentityDocument
(DataInput input) An identity document.IdentityDocument
(String number, TdApi.Date expiryDate, TdApi.DatedFile frontSide, TdApi.DatedFile reverseSide, TdApi.DatedFile selfie, TdApi.DatedFile[] translation) An identity document. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
number
Document number; 1-24 characters. -
expiryDate
Document expiry date; may be null if not applicable. -
frontSide
Front side of the document. -
reverseSide
Reverse side of the document; only for driver license and identity card; may be null. -
selfie
Selfie with the document; may be null. -
translation
List of files containing a certified English translation of the document. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
IdentityDocument
public IdentityDocument()An identity document. -
IdentityDocument
public IdentityDocument(String number, TdApi.Date expiryDate, TdApi.DatedFile frontSide, TdApi.DatedFile reverseSide, TdApi.DatedFile selfie, TdApi.DatedFile[] translation) An identity document.- Parameters:
number
- String Document number; 1-24 characters.expiryDate
- Date Document expiry date; may be null if not applicable.frontSide
- DatedFile Front side of the document.reverseSide
- DatedFile Reverse side of the document; only for driver license and identity card; may be null.selfie
- DatedFile Selfie with the document; may be null.translation
- DatedFile[] List of files containing a certified English translation of the document.
-
IdentityDocument
An identity document.- 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()
-