java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InputPersonalDocument
- Enclosing class:
- TdApi
A personal document to be saved to Telegram Passport.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
List of files containing the pages of the document.List of files containing a certified English translation of the document. -
Constructor Summary
ConstructorDescriptionA personal document to be saved to Telegram Passport.InputPersonalDocument
(TdApi.InputFile[] files, TdApi.InputFile[] translation) A personal document to be saved to Telegram Passport.InputPersonalDocument
(DataInput input) A personal document to be saved to Telegram Passport. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
files
List of files containing the pages of the document. -
translation
List of files containing a certified English translation of the document. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InputPersonalDocument
public InputPersonalDocument()A personal document to be saved to Telegram Passport. -
InputPersonalDocument
A personal document to be saved to Telegram Passport.- Parameters:
files
- InputFile[] List of files containing the pages of the document.translation
- InputFile[] List of files containing a certified English translation of the document.
-
InputPersonalDocument
A personal 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()
-