public static class TdApi.InputPassportElementErrorSourceSelfie 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 selfie.
|
| Constructor and Description |
|---|
InputPassportElementErrorSourceSelfie()
The selfie contains an error.
|
InputPassportElementErrorSourceSelfie(byte[] fileHash)
The selfie 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 InputPassportElementErrorSourceSelfie()
public InputPassportElementErrorSourceSelfie(byte[] fileHash)
fileHash - Current hash of the file containing the selfie.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object