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
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.byte[]elementHashCurrent hash of the entire element.
-
Constructor Summary
Constructors Constructor Description InputPassportElementErrorSourceUnspecified()The element contains an error in an unspecified place.InputPassportElementErrorSourceUnspecified(byte[] elementHash)The element contains an error in an unspecified place.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
elementHash
public byte[] elementHash
Current hash of the entire element.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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 Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-