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