public static class TdApi.PassportElementErrorSourceFile extends TdApi.PassportElementErrorSource
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
fileIndex
Index of a file with the error.
|
| Constructor and Description |
|---|
PassportElementErrorSourceFile()
The file contains an error.
|
PassportElementErrorSourceFile(int fileIndex)
The file contains an error.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int fileIndex
public static final int CONSTRUCTOR
public PassportElementErrorSourceFile()
public PassportElementErrorSourceFile(int fileIndex)
fileIndex - Index of a file with the error.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object