public static class TdApi.PersonalDocument extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.DatedFile[] |
files
List of files containing the pages of the document.
|
TdApi.DatedFile[] |
translation
List of files containing a certified English translation of the document.
|
Constructor and Description |
---|
PersonalDocument()
A personal document, containing some information about a user.
|
PersonalDocument(TdApi.DatedFile[] files,
TdApi.DatedFile[] translation)
A personal document, containing some information about a user.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.DatedFile[] files
public TdApi.DatedFile[] translation
public static final int CONSTRUCTOR
public PersonalDocument()
public PersonalDocument(TdApi.DatedFile[] files, TdApi.DatedFile[] 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