public static class TdApi.InputPersonalDocument extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.InputFile[] |
files
List of files containing the pages of the document.
|
TdApi.InputFile[] |
translation
List of files containing a certified English translation of the document.
|
Constructor and Description |
---|
InputPersonalDocument()
A personal document to be saved to Telegram Passport.
|
InputPersonalDocument(TdApi.InputFile[] files,
TdApi.InputFile[] translation)
A personal document to be saved to Telegram Passport.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.InputFile[] files
public TdApi.InputFile[] translation
public static final int CONSTRUCTOR
public InputPersonalDocument()
public InputPersonalDocument(TdApi.InputFile[] files, TdApi.InputFile[] translation)
files
- List of files containing the pages of the document.translation
- List of files containing a certified English translation of the document.public int getConstructor()
getConstructor
in class TdApi.Object