public static class TdApi.InputPassportElementErrorSourceUnspecified extends TdApi.InputPassportElementErrorSource
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
byte[] |
elementHash
Current hash of the entire element.
|
| Constructor and Description |
|---|
InputPassportElementErrorSourceUnspecified()
The element contains an error in an unspecified place.
|
InputPassportElementErrorSourceUnspecified(byte[] elementHash)
The element contains an error in an unspecified place.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic byte[] elementHash
public static final int CONSTRUCTOR
public InputPassportElementErrorSourceUnspecified()
public InputPassportElementErrorSourceUnspecified(byte[] elementHash)
elementHash - Current hash of the entire element.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object