public static class TdApi.InputPassportElementErrorSourceReverseSide extends TdApi.InputPassportElementErrorSource
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
byte[] |
fileHash
Current hash of the file containing the reverse side.
|
| Constructor and Description |
|---|
InputPassportElementErrorSourceReverseSide()
The reverse side of the document contains an error.
|
InputPassportElementErrorSourceReverseSide(byte[] fileHash)
The reverse side of the document contains an error.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic byte[] fileHash
public static final int CONSTRUCTOR
public InputPassportElementErrorSourceReverseSide()
public InputPassportElementErrorSourceReverseSide(byte[] fileHash)
fileHash - Current hash of the file containing the reverse side.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object