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