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
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.byte[]Current data hash.Field name. -
Constructor Summary
ConstructorsConstructorDescriptionA data field contains an error.InputPassportElementErrorSourceDataField(String fieldName, byte[] dataHash) A data field contains an error. -
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
-
fieldName
Field name. -
dataHash
public byte[] dataHashCurrent data hash. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputPassportElementErrorSourceDataField
public InputPassportElementErrorSourceDataField()A data field contains an error. The error is considered resolved when the field's value changes. -
InputPassportElementErrorSourceDataField
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 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
-