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.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.
-
Constructor Summary
Constructors Constructor Description PassportElementErrorSourceUnspecified()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
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-