Package org.drinkless.tdlib
Class TdApi.PassportElementErrorSourceUnspecified
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PassportElementErrorSource
org.drinkless.tdlib.TdApi.PassportElementErrorSourceUnspecified
- Enclosing class:
TdApi
public static class TdApi.PassportElementErrorSourceUnspecified
extends TdApi.PassportElementErrorSource
The element contains an error in an unspecified place. The error will be considered resolved when new data is added.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.PassportElementErrorSource
TdApi.PassportElementErrorSource.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionThe 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
-
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
PassportElementErrorSourceUnspecified
public PassportElementErrorSourceUnspecified()The element contains an error in an unspecified place. The error will be considered resolved when new data is added.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.PassportElementErrorSource- Returns:
- this.CONSTRUCTOR
-