Package org.drinkless.tdlib
Class TdApi.InputPassportElementErrorSourceDataField
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.InputPassportElementErrorSource
-
- org.drinkless.tdlib.TdApi.InputPassportElementErrorSourceDataField
-
- Enclosing class:
- TdApi
public static class TdApi.InputPassportElementErrorSourceDataField extends TdApi.InputPassportElementErrorSource
A data field contains an error. The error is considered resolved when the field's value changes.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.byte[]dataHashCurrent data hash.StringfieldNameField name.
-
Constructor Summary
Constructors Constructor Description InputPassportElementErrorSourceDataField()A data field contains an error.InputPassportElementErrorSourceDataField(String fieldName, byte[] dataHash)A data field contains an error.
-
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
-
fieldName
public String fieldName
Field name.
-
dataHash
public byte[] dataHash
Current data hash.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InputPassportElementErrorSourceDataField
public InputPassportElementErrorSourceDataField()
A data field contains an error. The error is considered resolved when the field's value changes.
-
InputPassportElementErrorSourceDataField
public InputPassportElementErrorSourceDataField(String fieldName, byte[] dataHash)
A data field contains an error. The error is considered resolved when the field's value changes.- Parameters:
fieldName- Field name.dataHash- Current data hash.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-