public static class TdApi.InputPassportElementErrorSourceFiles extends TdApi.InputPassportElementErrorSource
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
byte[][] |
fileHashes
Current hashes of all attached files.
|
| Constructor and Description |
|---|
InputPassportElementErrorSourceFiles()
The list of attached files contains an error.
|
InputPassportElementErrorSourceFiles(byte[][] fileHashes)
The list of attached files contains an error.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic byte[][] fileHashes
public static final int CONSTRUCTOR
public InputPassportElementErrorSourceFiles()
public InputPassportElementErrorSourceFiles(byte[][] fileHashes)
fileHashes - Current hashes of all attached files.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object