Package org.drinkless.tdlib
Class TdApi.InputPassportElementErrorSourceUnspecified
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InputPassportElementErrorSource
org.drinkless.tdlib.TdApi.InputPassportElementErrorSourceUnspecified
- Enclosing class:
- TdApi
public static class TdApi.InputPassportElementErrorSourceUnspecified
extends TdApi.InputPassportElementErrorSource
The element contains an error in an unspecified place. The error will be considered resolved when new data is added.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.byte[]Current hash of the entire element. -
Constructor Summary
ConstructorsConstructorDescriptionThe element contains an error in an unspecified place.InputPassportElementErrorSourceUnspecified(byte[] elementHash) The element contains an error in an unspecified place. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
elementHash
public byte[] elementHashCurrent hash of the entire element. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputPassportElementErrorSourceUnspecified
public InputPassportElementErrorSourceUnspecified()The element contains an error in an unspecified place. The error will be considered resolved when new data is added. -
InputPassportElementErrorSourceUnspecified
public InputPassportElementErrorSourceUnspecified(byte[] elementHash) The element contains an error in an unspecified place. The error will be considered resolved when new data is added.- Parameters:
elementHash- Current hash of the entire element.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-