Package org.drinkless.tdlib
Class TdApi.InputPassportElementErrorSourceFile
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InputPassportElementErrorSource
org.drinkless.tdlib.TdApi.InputPassportElementErrorSourceFile
- Enclosing class:
- TdApi
public static class TdApi.InputPassportElementErrorSourceFile
extends TdApi.InputPassportElementErrorSource
The file contains an error. The error is considered resolved when the file changes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.byte[]Current hash of the file which has the error. -
Constructor Summary
ConstructorsConstructorDescriptionThe file contains an error.InputPassportElementErrorSourceFile(byte[] fileHash) The file 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
-
fileHash
public byte[] fileHashCurrent hash of the file which has the error. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputPassportElementErrorSourceFile
public InputPassportElementErrorSourceFile()The file contains an error. The error is considered resolved when the file changes. -
InputPassportElementErrorSourceFile
public InputPassportElementErrorSourceFile(byte[] fileHash) The file contains an error. The error is considered resolved when the file changes.- Parameters:
fileHash- Current hash of the file which has the error.
-
-
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
-